Html Css Color HEX #ABF10C Spring Bud

📋 copy color: '#ABF10C'

red 171 ◦ green 241 ◦ blue 12

#ABF10C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #ABF10C

Tints of Spring Bud #ABF10C

RGB

 RED value IS 171 (67.19% from 255) = 40.33%

 GREEN value IS 241 (94.53% from 255) = 56.84%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 40.33%
G = 56.84%
B = 2.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ABF10C (or 0xABF10C) is known color: Spring Bud. HEX triplet: AB, F1 and 0C. RGB value is (171,241,12). Sum of RGB (Red+Green+Blue) = 171+241+12=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF10C is #540EF3. Grayscale: #C2C2C2. Windows color (decimal): -5508852 or 848299. OLE color: 848299.

HSL color Cylindrical-coordinate representation of color #ABF10C: hue angle of 78.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABF10C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 12 -
CMYK 0.29 0 0.95 0.05
HSL 78.34º 0.91% 0.5% -
HSV(B) 78.34º 0.95% 0.95% -
XYZ 48.32 71.6 11.62 -
YUV 193.96 25.31 111.62 -
System Red Green Blue C M Y K H S L
Decimal 171 241 12 0.29 0 0.95 0.05 78.34 0.91 0.5
Hex AB F1 C 1D 0 5F 5 4E 5B 32
Octal 253 361 14 35 0 137 5 116 133 62
Binary 10101011 11110001 1100 11101 0 1011111 101 1001110 1011011 110010

Color Harmonies of #ABF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF10C

Black with #ABF10C

Text Example


Text Example

White with #ABF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF10C; }

 p { color: rgb(171,241,12); }

 H1.HeaderClassName
 {
   color: #ABF10C;
 }
 .AnyTagClassName
 {
   color: #ABF10C;
 }
</style>

background-color css

<style>
 a { background-color: #ABF10C; }

 a { background-color: rgb(171,241,12); }

 div.DivClassName
 {
   background-color: #ABF10C;
 }
 .BgClassName
 {
   background-color: #ABF10C;
 }
</style>

border-color css

<style>
 span { border-color: #ABF10C; }

 span { border-color: rgb(171,241,12); }

 td.TdClassName
 {
   border-color: #ABF10C;
 }
 .TagClassName
 {
   border-color: #ABF10C;
 }
</style>