Html Css Color HEX #A8F20C Spring Bud

📋 copy color: '#A8F20C'

red 168 ◦ green 242 ◦ blue 12

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

Shades of Spring Bud #A8F20C

Tints of Spring Bud #A8F20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.35%

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

R = 39.81%
G = 57.35%
B = 2.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#A8F20C (or 0xA8F20C) is known color: Spring Bud. HEX triplet: A8, F2 and 0C. RGB value is (168,242,12). Sum of RGB (Red+Green+Blue) = 168+242+12=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F20C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F20C is #570DF3. Grayscale: #C2C2C2. Windows color (decimal): -5705204 or 848552. OLE color: 848552.

HSL color Cylindrical-coordinate representation of color #A8F20C: hue angle of 79.3º 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 #A8F20C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 242 12 -
CMYK 0.31 0 0.95 0.05
HSL 79.3º 0.91% 0.5% -
HSV(B) 79.3º 0.95% 0.95% -
XYZ 47.97 71.86 11.69 -
YUV 193.65 25.48 109.7 -
System Red Green Blue C M Y K H S L
Decimal 168 242 12 0.31 0 0.95 0.05 79.3 0.91 0.5
Hex A8 F2 C 1F 0 5F 5 4F 5B 32
Octal 250 362 14 37 0 137 5 117 133 62
Binary 10101000 11110010 1100 11111 0 1011111 101 1001111 1011011 110010

Color Harmonies of #A8F20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F20C

Black with #A8F20C

Text Example


Text Example

White with #A8F20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F20C; }

 p { color: rgb(168,242,12); }

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

background-color css

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

 a { background-color: rgb(168,242,12); }

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

border-color css

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

 span { border-color: rgb(168,242,12); }

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