Html Css Color HEX #A8FB12 Spring Bud

📋 copy color: '#A8FB12'

red 168 ◦ green 251 ◦ blue 18

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

Shades of Spring Bud #A8FB12

Tints of Spring Bud #A8FB12

RGB

 RED value IS 168 (66.02% from 255) = 38.44%

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

 BLUE value IS 18 (7.42% from 255) = 4.12%

R = 38.44%
G = 57.44%
B = 4.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#A8FB12 (or 0xA8FB12) is known color: Spring Bud. HEX triplet: A8, FB and 12. RGB value is (168,251,18). Sum of RGB (Red+Green+Blue) = 168+251+18=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB12 is #5704ED. Grayscale: #C8C8C8. Windows color (decimal): -5702894 or 1244072. OLE color: 1244072.

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

Color convert

RGB 168 251 18 -
CMYK 0.33 0 0.93 0.02
HSL 81.37º 0.97% 0.53% -
HSV(B) 81.37º 0.93% 0.98% -
XYZ 50.75 77.36 12.83 -
YUV 199.62 25.5 105.45 -
System Red Green Blue C M Y K H S L
Decimal 168 251 18 0.33 0 0.93 0.02 81.37 0.97 0.53
Hex A8 FB 12 21 0 5D 2 51 61 35
Octal 250 373 22 41 0 135 2 121 141 65
Binary 10101000 11111011 10010 100001 0 1011101 10 1010001 1100001 110101

Color Harmonies of #A8FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FB12

Black with #A8FB12

Text Example


Text Example

White with #A8FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FB12; }

 p { color: rgb(168,251,18); }

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

background-color css

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

 a { background-color: rgb(168,251,18); }

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

border-color css

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

 span { border-color: rgb(168,251,18); }

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