Html Css Color HEX #ABFD0E Spring Bud

📋 copy color: '#ABFD0E'

red 171 ◦ green 253 ◦ blue 14

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

Shades of Spring Bud #ABFD0E

Tints of Spring Bud #ABFD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.76%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 39.04%
G = 57.76%
B = 3.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#ABFD0E (or 0xABFD0E) is known color: Spring Bud. HEX triplet: AB, FD and 0E. RGB value is (171,253,14). Sum of RGB (Red+Green+Blue) = 171+253+14=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD0E is #5402F1. Grayscale: #CACACA. Windows color (decimal): -5505778 or 982443. OLE color: 982443.

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

Color convert

RGB 171 253 14 -
CMYK 0.32 0 0.94 0.01
HSL 80.59º 0.98% 0.52% -
HSV(B) 80.59º 0.94% 0.99% -
XYZ 52 78.94 12.91 -
YUV 201.24 22.33 106.43 -
System Red Green Blue C M Y K H S L
Decimal 171 253 14 0.32 0 0.94 0.01 80.59 0.98 0.52
Hex AB FD E 20 0 5E 1 51 62 34
Octal 253 375 16 40 0 136 1 121 142 64
Binary 10101011 11111101 1110 100000 0 1011110 1 1010001 1100010 110100

Color Harmonies of #ABFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD0E

Black with #ABFD0E

Text Example


Text Example

White with #ABFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD0E; }

 p { color: rgb(171,253,14); }

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

background-color css

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

 a { background-color: rgb(171,253,14); }

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

border-color css

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

 span { border-color: rgb(171,253,14); }

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