#A8ED3B

Color #A8ED3B Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A8ED3B

Tints of Green Yellow #A8ED3B

Color information

#A8ED3B (or 0xA8ED3B) is unknown color: approx Green Yellow. HEX triplet: A8, ED and 3B. RGB value is (168,237,59). Sum of RGB (Red+Green+Blue) = 168+237+59=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED3B is #5712C4. Grayscale: #C4C4C4. Windows color (decimal): -5706437 or 3927464. OLE color: 3927464.

HSL color Cylindrical-coordinate representation of color #A8ED3B: hue angle of 83.26º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8ED3B is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB16823759-
CMYK0.2900.750.07
HSL83.26º83.18%58.04%-
HSV(B)83.26º75.11%92.94%-
XYZ47.2269.2115.01-
YUV196.0850.64107.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 59 (23.44% from 255) = 12.72%
R=36.21%
G=51.08%
B=12.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168237590.2900.750.0783.2683.1858.04
HexA8ED3B1D04B753533a
Octal25035573350113712312372
Binary1010100011101101111011111010100101111110100111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ED3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ED3B; }

 p { color: rgb(168,237,59); }

 H1.HeaderClassName
 {
   color: #A8ED3B;
 }
 .AnyTagClassName
 {
   color: #A8ED3B;
 }
</style>
background-color css

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

 a { background-color: rgb(168,237,59); }

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

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

 span { border-color: rgb(168,237,59); }

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