Html Css Color HEX #A8F208 Spring Bud

📋 copy color: '#A8F208'

red 168 ◦ green 242 ◦ blue 8

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

Shades of Spring Bud #A8F208

Tints of Spring Bud #A8F208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 40.19%
G = 57.89%
B = 1.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#A8F208 (or 0xA8F208) is known color: Spring Bud. HEX triplet: A8, F2 and 08. RGB value is (168,242,8). Sum of RGB (Red+Green+Blue) = 168+242+8=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F208 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F208 is #570DF7. Grayscale: #C2C2C2. Windows color (decimal): -5705208 or 586408. OLE color: 586408.

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

Color convert

RGB 168 242 8 -
CMYK 0.31 0 0.97 0.05
HSL 78.97º 0.94% 0.49% -
HSV(B) 78.97º 0.97% 0.95% -
XYZ 47.94 71.85 11.57 -
YUV 193.2 23.48 110.03 -
System Red Green Blue C M Y K H S L
Decimal 168 242 8 0.31 0 0.97 0.05 78.97 0.94 0.49
Hex A8 F2 8 1F 0 61 5 4F 5E 31
Octal 250 362 10 37 0 141 5 117 136 61
Binary 10101000 11110010 1000 11111 0 1100001 101 1001111 1011110 110001

Color Harmonies of #A8F208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F208

Black with #A8F208

Text Example


Text Example

White with #A8F208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F208; }

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

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

background-color css

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

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

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

border-color css

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

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

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