Html Css Color HEX #A8F200 Spring Bud

📋 copy color: '#A8F200'

red 168 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #A8F200

Tints of Spring Bud #A8F200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.98%
G = 59.02%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#A8F200 (or 0xA8F200) is known color: Spring Bud. HEX triplet: A8, F2 and 00. RGB value is (168,242,0). Sum of RGB (Red+Green+Blue) = 168+242+0=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F200 is #570DFF. Grayscale: #C1C1C1. Windows color (decimal): -5705216 or 62120. OLE color: 62120.

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

Color convert

RGB 168 242 0 -
CMYK 0.31 0 1 0.05
HSL 78.35º 1% 0.47% -
HSV(B) 78.35º 1% 0.95% -
XYZ 47.9 71.83 11.34 -
YUV 192.29 19.48 110.68 -
System Red Green Blue C M Y K H S L
Decimal 168 242 0 0.31 0 1 0.05 78.35 1 0.47
Hex A8 F2 0 1F 0 64 5 4E 64 2F
Octal 250 362 0 37 0 144 5 116 144 57
Binary 10101000 11110010 0 11111 0 1100100 101 1001110 1100100 101111

Color Harmonies of #A8F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F200

Black with #A8F200

Text Example


Text Example

White with #A8F200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F200; }

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

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

background-color css

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

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

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

border-color css

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

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

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