Html Css Color HEX #A8F10E Spring Bud

📋 copy color: '#A8F10E'

red 168 ◦ green 241 ◦ blue 14

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

Shades of Spring Bud #A8F10E

Tints of Spring Bud #A8F10E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.97%

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

R = 39.72%
G = 56.97%
B = 3.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#A8F10E (or 0xA8F10E) is known color: Spring Bud. HEX triplet: A8, F1 and 0E. RGB value is (168,241,14). Sum of RGB (Red+Green+Blue) = 168+241+14=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F10E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F10E is #570EF1. Grayscale: #C2C2C2. Windows color (decimal): -5705458 or 979368. OLE color: 979368.

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

Color convert

RGB 168 241 14 -
CMYK 0.30 0 0.94 0.05
HSL 79.3º 0.89% 0.5% -
HSV(B) 79.3º 0.94% 0.95% -
XYZ 47.68 71.27 11.66 -
YUV 193.3 26.82 109.96 -
System Red Green Blue C M Y K H S L
Decimal 168 241 14 0.30 0 0.94 0.05 79.3 0.89 0.5
Hex A8 F1 E 1E 0 5E 5 4F 59 32
Octal 250 361 16 36 0 136 5 117 131 62
Binary 10101000 11110001 1110 11110 0 1011110 101 1001111 1011001 110010

Color Harmonies of #A8F10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F10E

Black with #A8F10E

Text Example


Text Example

White with #A8F10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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