Html Css Color HEX #A8EA2A Green Yellow

📋 copy color: '#A8EA2A'

red 168 ◦ green 234 ◦ blue 42

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

Shades of Green Yellow #A8EA2A

Tints of Green Yellow #A8EA2A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.7%

 BLUE value IS 42 (16.8% from 255) = 9.46%

R = 37.84%
G = 52.7%
B = 9.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#A8EA2A (or 0xA8EA2A) is known color: Green Yellow. HEX triplet: A8, EA and 2A. RGB value is (168,234,42). Sum of RGB (Red+Green+Blue) = 168+234+42=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA2A is #5715D5. Grayscale: #C1C1C1. Windows color (decimal): -5707222 or 2812584. OLE color: 2812584.

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

Color convert

RGB 168 234 42 -
CMYK 0.28 0 0.82 0.08
HSL 80.63º 0.82% 0.54% -
HSV(B) 80.63º 0.82% 0.92% -
XYZ 45.99 67.34 12.76 -
YUV 192.38 43.13 110.61 -
System Red Green Blue C M Y K H S L
Decimal 168 234 42 0.28 0 0.82 0.08 80.63 0.82 0.54
Hex A8 EA 2A 1C 0 52 8 51 52 36
Octal 250 352 52 34 0 122 10 121 122 66
Binary 10101000 11101010 101010 11100 0 1010010 1000 1010001 1010010 110110

Color Harmonies of #A8EA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA2A

Black with #A8EA2A

Text Example


Text Example

White with #A8EA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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