Html Css Color HEX #A8F40E Spring Bud

📋 copy color: '#A8F40E'

red 168 ◦ green 244 ◦ blue 14

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

Shades of Spring Bud #A8F40E

Tints of Spring Bud #A8F40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 39.44%
G = 57.28%
B = 3.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#A8F40E (or 0xA8F40E) is known color: Spring Bud. HEX triplet: A8, F4 and 0E. RGB value is (168,244,14). Sum of RGB (Red+Green+Blue) = 168+244+14=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F40E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F40E is #570BF1. Grayscale: #C3C3C3. Windows color (decimal): -5704690 or 980136. OLE color: 980136.

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

Color convert

RGB 168 244 14 -
CMYK 0.31 0 0.94 0.04
HSL 79.83º 0.91% 0.51% -
HSV(B) 79.83º 0.94% 0.96% -
XYZ 48.58 73.06 11.96 -
YUV 195.06 25.82 108.7 -
System Red Green Blue C M Y K H S L
Decimal 168 244 14 0.31 0 0.94 0.04 79.83 0.91 0.51
Hex A8 F4 E 1F 0 5E 4 50 5B 33
Octal 250 364 16 37 0 136 4 120 133 63
Binary 10101000 11110100 1110 11111 0 1011110 100 1010000 1011011 110011

Color Harmonies of #A8F40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F40E

Black with #A8F40E

Text Example


Text Example

White with #A8F40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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