Html Css Color HEX #ABF90C Spring Bud

📋 copy color: '#ABF90C'

red 171 ◦ green 249 ◦ blue 12

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

Shades of Spring Bud #ABF90C

Tints of Spring Bud #ABF90C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.64%

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

R = 39.58%
G = 57.64%
B = 2.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#ABF90C (or 0xABF90C) is known color: Spring Bud. HEX triplet: AB, F9 and 0C. RGB value is (171,249,12). Sum of RGB (Red+Green+Blue) = 171+249+12=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF90C is #5406F3. Grayscale: #C7C7C7. Windows color (decimal): -5506804 or 850347. OLE color: 850347.

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

Color convert

RGB 171 249 12 -
CMYK 0.31 0 0.95 0.02
HSL 79.75º 0.95% 0.51% -
HSV(B) 79.75º 0.95% 0.98% -
XYZ 50.74 76.44 12.43 -
YUV 198.66 22.66 108.27 -
System Red Green Blue C M Y K H S L
Decimal 171 249 12 0.31 0 0.95 0.02 79.75 0.95 0.51
Hex AB F9 C 1F 0 5F 2 50 5F 33
Octal 253 371 14 37 0 137 2 120 137 63
Binary 10101011 11111001 1100 11111 0 1011111 10 1010000 1011111 110011

Color Harmonies of #ABF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF90C

Black with #ABF90C

Text Example


Text Example

White with #ABF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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