Html Css Color HEX #A8F408 Spring Bud

📋 copy color: '#A8F408'

red 168 ◦ green 244 ◦ blue 8

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

Shades of Spring Bud #A8F408

Tints of Spring Bud #A8F408

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.1%

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

R = 40%
G = 58.1%
B = 1.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#A8F408 (or 0xA8F408) is known color: Spring Bud. HEX triplet: A8, F4 and 08. RGB value is (168,244,8). Sum of RGB (Red+Green+Blue) = 168+244+8=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F408 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F408 is #570BF7. Grayscale: #C3C3C3. Windows color (decimal): -5704696 or 586920. OLE color: 586920.

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

Color convert

RGB 168 244 8 -
CMYK 0.31 0 0.97 0.04
HSL 79.32º 0.94% 0.49% -
HSV(B) 79.32º 0.97% 0.96% -
XYZ 48.54 73.04 11.77 -
YUV 194.37 22.82 109.19 -
System Red Green Blue C M Y K H S L
Decimal 168 244 8 0.31 0 0.97 0.04 79.32 0.94 0.49
Hex A8 F4 8 1F 0 61 4 4F 5E 31
Octal 250 364 10 37 0 141 4 117 136 61
Binary 10101000 11110100 1000 11111 0 1100001 100 1001111 1011110 110001

Color Harmonies of #A8F408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F408

Black with #A8F408

Text Example


Text Example

White with #A8F408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F408; }

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

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

background-color css

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

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

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

border-color css

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

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

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