Html Css Color HEX #ABFF0F Spring Bud

📋 copy color: '#ABFF0F'

red 171 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #ABFF0F

Tints of Spring Bud #ABFF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 38.78%
G = 57.82%
B = 3.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#ABFF0F (or 0xABFF0F) is known color: Spring Bud. HEX triplet: AB, FF and 0F. RGB value is (171,255,15). Sum of RGB (Red+Green+Blue) = 171+255+15=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF0F is #5400F0. Grayscale: #CBCBCB. Windows color (decimal): -5505265 or 1048491. OLE color: 1048491.

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

Color convert

RGB 171 255 15 -
CMYK 0.33 0 0.94 0
HSL 81º 1% 0.53% -
HSV(B) 81º 0.94% 1% -
XYZ 52.64 80.21 13.16 -
YUV 202.52 22.17 105.51 -
System Red Green Blue C M Y K H S L
Decimal 171 255 15 0.33 0 0.94 0 81 1 0.53
Hex AB FF F 21 0 5E 0 51 64 35
Octal 253 377 17 41 0 136 0 121 144 65
Binary 10101011 11111111 1111 100001 0 1011110 0 1010001 1100100 110101

Color Harmonies of #ABFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFF0F

Black with #ABFF0F

Text Example


Text Example

White with #ABFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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