Html Css Color HEX #ABF20C Spring Bud

📋 copy color: '#ABF20C'

red 171 ◦ green 242 ◦ blue 12

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

Shades of Spring Bud #ABF20C

Tints of Spring Bud #ABF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.94%

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

R = 40.24%
G = 56.94%
B = 2.82%

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

#ABF20C (or 0xABF20C) is known color: Spring Bud. HEX triplet: AB, F2 and 0C. RGB value is (171,242,12). Sum of RGB (Red+Green+Blue) = 171+242+12=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF20C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF20C is #540DF3. Grayscale: #C3C3C3. Windows color (decimal): -5508596 or 848555. OLE color: 848555.

HSL color Cylindrical-coordinate representation of color #ABF20C: hue angle of 78.52º 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 #ABF20C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 12 -
CMYK 0.29 0 0.95 0.05
HSL 78.52º 0.91% 0.5% -
HSV(B) 78.52º 0.95% 0.95% -
XYZ 48.61 72.19 11.72 -
YUV 194.55 24.98 111.2 -
System Red Green Blue C M Y K H S L
Decimal 171 242 12 0.29 0 0.95 0.05 78.52 0.91 0.5
Hex AB F2 C 1D 0 5F 5 4F 5B 32
Octal 253 362 14 35 0 137 5 117 133 62
Binary 10101011 11110010 1100 11101 0 1011111 101 1001111 1011011 110010

Color Harmonies of #ABF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF20C

Black with #ABF20C

Text Example


Text Example

White with #ABF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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