#A8EA35

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

Shades of Green Yellow #A8EA35

Tints of Green Yellow #A8EA35

Color information

#A8EA35 (or 0xA8EA35) is unknown color: approx Green Yellow. HEX triplet: A8, EA and 35. RGB value is (168,234,53). Sum of RGB (Red+Green+Blue) = 168+234+53=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA35 is #5715CA. Grayscale: #C2C2C2. Windows color (decimal): -5707211 or 3533480. OLE color: 3533480.

HSL color Cylindrical-coordinate representation of color #A8EA35: hue angle of 81.88º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8EA35 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB16823453-
CMYK0.2800.770.08
HSL81.88º81.17%56.27%-
HSV(B)81.88º77.35%91.76%-
XYZ46.2167.4313.95-
YUV193.6348.63109.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 234 (91.80% from 255) = 51.43%
BLUE value IS 53 (21.09% from 255) = 11.65%
R=36.92%
G=51.43%
B=11.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168234530.2800.770.0881.8881.1756.27
HexA8EA351C04D8525138
Octal250352653401151012212170
Binary10101000111010101101011110001001101100010100101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EA35; }

 p { color: rgb(168,234,53); }

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

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

 a { background-color: rgb(168,234,53); }

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

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

 span { border-color: rgb(168,234,53); }

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