Html Css Color HEX #ABFF12 Spring Bud

📋 copy color: '#ABFF12'

red 171 ◦ green 255 ◦ blue 18

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

Shades of Spring Bud #ABFF12

Tints of Spring Bud #ABFF12

RGB

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

 GREEN value IS 255 (100% from 255) = 57.43%

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

R = 38.51%
G = 57.43%
B = 4.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#ABFF12 (or 0xABFF12) is known color: Spring Bud. HEX triplet: AB, FF and 12. RGB value is (171,255,18). Sum of RGB (Red+Green+Blue) = 171+255+18=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF12 is #5400ED. Grayscale: #CBCBCB. Windows color (decimal): -5505262 or 1245099. OLE color: 1245099.

HSL color Cylindrical-coordinate representation of color #ABFF12: hue angle of 81.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABFF12 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 171 255 18 -
CMYK 0.33 0 0.93 0
HSL 81.27º 1% 0.54% -
HSV(B) 81.27º 0.93% 1% -
XYZ 52.66 80.22 13.28 -
YUV 202.87 23.67 105.27 -
System Red Green Blue C M Y K H S L
Decimal 171 255 18 0.33 0 0.93 0 81.27 1 0.54
Hex AB FF 12 21 0 5D 0 51 64 36
Octal 253 377 22 41 0 135 0 121 144 66
Binary 10101011 11111111 10010 100001 0 1011101 0 1010001 1100100 110110

Color Harmonies of #ABFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFF12

Black with #ABFF12

Text Example


Text Example

White with #ABFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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