Html Css Color HEX #ABFB0C Spring Bud

📋 copy color: '#ABFB0C'

red 171 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #ABFB0C

Tints of Spring Bud #ABFB0C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.83%

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

R = 39.4%
G = 57.83%
B = 2.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#ABFB0C (or 0xABFB0C) is known color: Spring Bud. HEX triplet: AB, FB and 0C. RGB value is (171,251,12). Sum of RGB (Red+Green+Blue) = 171+251+12=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFB0C is #5404F3. Grayscale: #C8C8C8. Windows color (decimal): -5506292 or 850859. OLE color: 850859.

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

Color convert

RGB 171 251 12 -
CMYK 0.32 0 0.95 0.02
HSL 80.08º 0.97% 0.52% -
HSV(B) 80.08º 0.95% 0.98% -
XYZ 51.36 77.68 12.63 -
YUV 199.83 22 107.43 -
System Red Green Blue C M Y K H S L
Decimal 171 251 12 0.32 0 0.95 0.02 80.08 0.97 0.52
Hex AB FB C 20 0 5F 2 50 61 34
Octal 253 373 14 40 0 137 2 120 141 64
Binary 10101011 11111011 1100 100000 0 1011111 10 1010000 1100001 110100

Color Harmonies of #ABFB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFB0C

Black with #ABFB0C

Text Example


Text Example

White with #ABFB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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