Html Css Color HEX #ABF30C Spring Bud

📋 copy color: '#ABF30C'

red 171 ◦ green 243 ◦ blue 12

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

Shades of Spring Bud #ABF30C

Tints of Spring Bud #ABF30C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.04%

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

R = 40.14%
G = 57.04%
B = 2.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#ABF30C (or 0xABF30C) is known color: Spring Bud. HEX triplet: AB, F3 and 0C. RGB value is (171,243,12). Sum of RGB (Red+Green+Blue) = 171+243+12=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF30C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF30C is #540CF3. Grayscale: #C3C3C3. Windows color (decimal): -5508340 or 848811. OLE color: 848811.

HSL color Cylindrical-coordinate representation of color #ABF30C: hue angle of 78.7º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABF30C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 243 12 -
CMYK 0.30 0 0.95 0.05
HSL 78.7º 0.91% 0.5% -
HSV(B) 78.7º 0.95% 0.95% -
XYZ 48.91 72.79 11.82 -
YUV 195.14 24.65 110.78 -
System Red Green Blue C M Y K H S L
Decimal 171 243 12 0.30 0 0.95 0.05 78.7 0.91 0.5
Hex AB F3 C 1E 0 5F 5 4F 5B 32
Octal 253 363 14 36 0 137 5 117 133 62
Binary 10101011 11110011 1100 11110 0 1011111 101 1001111 1011011 110010

Color Harmonies of #ABF30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF30C

Black with #ABF30C

Text Example


Text Example

White with #ABF30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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