Html Css Color HEX #A8F80E Spring Bud

📋 copy color: '#A8F80E'

red 168 ◦ green 248 ◦ blue 14

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

Shades of Spring Bud #A8F80E

Tints of Spring Bud #A8F80E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.67%

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

R = 39.07%
G = 57.67%
B = 3.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#A8F80E (or 0xA8F80E) is known color: Spring Bud. HEX triplet: A8, F8 and 0E. RGB value is (168,248,14). Sum of RGB (Red+Green+Blue) = 168+248+14=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F80E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F80E is #5707F1. Grayscale: #C6C6C6. Windows color (decimal): -5703666 or 981160. OLE color: 981160.

HSL color Cylindrical-coordinate representation of color #A8F80E: hue angle of 80.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8F80E is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 14 -
CMYK 0.32 0 0.94 0.03
HSL 80.51º 0.94% 0.51% -
HSV(B) 80.51º 0.94% 0.97% -
XYZ 49.8 75.49 12.36 -
YUV 197.4 24.5 107.03 -
System Red Green Blue C M Y K H S L
Decimal 168 248 14 0.32 0 0.94 0.03 80.51 0.94 0.51
Hex A8 F8 E 20 0 5E 3 51 5E 33
Octal 250 370 16 40 0 136 3 121 136 63
Binary 10101000 11111000 1110 100000 0 1011110 11 1010001 1011110 110011

Color Harmonies of #A8F80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F80E

Black with #A8F80E

Text Example


Text Example

White with #A8F80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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