Html Css Color HEX #ABFC12 Spring Bud

📋 copy color: '#ABFC12'

red 171 ◦ green 252 ◦ blue 18

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

Shades of Spring Bud #ABFC12

Tints of Spring Bud #ABFC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.14%

 BLUE value IS 18 (7.42% from 255) = 4.08%

R = 38.78%
G = 57.14%
B = 4.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#ABFC12 (or 0xABFC12) is known color: Spring Bud. HEX triplet: AB, FC and 12. RGB value is (171,252,18). Sum of RGB (Red+Green+Blue) = 171+252+18=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC12 is #5403ED. Grayscale: #C9C9C9. Windows color (decimal): -5506030 or 1244331. OLE color: 1244331.

HSL color Cylindrical-coordinate representation of color #ABFC12: hue angle of 80.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABFC12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 18 -
CMYK 0.32 0 0.93 0.01
HSL 80.77º 0.98% 0.53% -
HSV(B) 80.77º 0.93% 0.99% -
XYZ 51.71 78.32 12.96 -
YUV 201.11 24.66 106.53 -
System Red Green Blue C M Y K H S L
Decimal 171 252 18 0.32 0 0.93 0.01 80.77 0.98 0.53
Hex AB FC 12 20 0 5D 1 51 62 35
Octal 253 374 22 40 0 135 1 121 142 65
Binary 10101011 11111100 10010 100000 0 1011101 1 1010001 1100010 110101

Color Harmonies of #ABFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC12

Black with #ABFC12

Text Example


Text Example

White with #ABFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC12; }

 p { color: rgb(171,252,18); }

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

background-color css

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

 a { background-color: rgb(171,252,18); }

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

border-color css

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

 span { border-color: rgb(171,252,18); }

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