Html Css Color HEX #A0E926 Green Yellow

📋 copy color: '#A0E926'

red 160 ◦ green 233 ◦ blue 38

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

Shades of Green Yellow #A0E926

Tints of Green Yellow #A0E926

RGB

 RED value IS 160 (62.89% from 255) = 37.12%

 GREEN value IS 233 (91.41% from 255) = 54.06%

 BLUE value IS 38 (15.23% from 255) = 8.82%

R = 37.12%
G = 54.06%
B = 8.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#A0E926 (or 0xA0E926) is known color: Green Yellow. HEX triplet: A0, E9 and 26. RGB value is (160,233,38). Sum of RGB (Red+Green+Blue) = 160+233+38=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 233 (91.41% from 255 or 54.06% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E926 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E926 is #5F16D9. Grayscale: #BDBDBD. Windows color (decimal): -6231770 or 2550176. OLE color: 2550176.

HSL color Cylindrical-coordinate representation of color #A0E926: hue angle of 82.46º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0E926 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 38 -
CMYK 0.31 0 0.84 0.09
HSL 82.46º 0.82% 0.53% -
HSV(B) 82.46º 0.84% 0.91% -
XYZ 43.99 65.89 12.23 -
YUV 188.94 42.82 107.36 -
System Red Green Blue C M Y K H S L
Decimal 160 233 38 0.31 0 0.84 0.09 82.46 0.82 0.53
Hex A0 E9 26 1F 0 54 9 52 52 35
Octal 240 351 46 37 0 124 11 122 122 65
Binary 10100000 11101001 100110 11111 0 1010100 1001 1010010 1010010 110101

Color Harmonies of #A0E926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E926

Black with #A0E926

Text Example


Text Example

White with #A0E926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E926; }

 p { color: rgb(160,233,38); }

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

background-color css

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

 a { background-color: rgb(160,233,38); }

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

border-color css

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

 span { border-color: rgb(160,233,38); }

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