Html Css Color HEX #A8F406 Spring Bud

📋 copy color: '#A8F406'

red 168 ◦ green 244 ◦ blue 6

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

Shades of Spring Bud #A8F406

Tints of Spring Bud #A8F406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 40.19%
G = 58.37%
B = 1.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#A8F406 (or 0xA8F406) is known color: Spring Bud. HEX triplet: A8, F4 and 06. RGB value is (168,244,6). Sum of RGB (Red+Green+Blue) = 168+244+6=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F406 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F406 is #570BF9. Grayscale: #C3C3C3. Windows color (decimal): -5704698 or 455848. OLE color: 455848.

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

Color convert

RGB 168 244 6 -
CMYK 0.31 0 0.98 0.04
HSL 79.16º 0.95% 0.49% -
HSV(B) 79.16º 0.98% 0.96% -
XYZ 48.53 73.04 11.71 -
YUV 194.14 21.82 109.35 -
System Red Green Blue C M Y K H S L
Decimal 168 244 6 0.31 0 0.98 0.04 79.16 0.95 0.49
Hex A8 F4 6 1F 0 62 4 4F 5F 31
Octal 250 364 6 37 0 142 4 117 137 61
Binary 10101000 11110100 110 11111 0 1100010 100 1001111 1011111 110001

Color Harmonies of #A8F406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F406

Black with #A8F406

Text Example


Text Example

White with #A8F406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F406; }

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

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

background-color css

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

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

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

border-color css

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

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

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