Html Css Color HEX #A0D122 Yellow Green

📋 copy color: '#A0D122'

red 160 ◦ green 209 ◦ blue 34

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

Shades of Yellow Green #A0D122

Tints of Yellow Green #A0D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.86%

 BLUE value IS 34 (13.67% from 255) = 8.44%

R = 39.7%
G = 51.86%
B = 8.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#A0D122 (or 0xA0D122) is known color: Yellow Green. HEX triplet: A0, D1 and 22. RGB value is (160,209,34). Sum of RGB (Red+Green+Blue) = 160+209+34=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D122 is #5F2EDD. Grayscale: #AFAFAF. Windows color (decimal): -6237918 or 2281888. OLE color: 2281888.

HSL color Cylindrical-coordinate representation of color #A0D122: hue angle of 76.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0D122 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 34 -
CMYK 0.23 0 0.84 0.18
HSL 76.8º 0.72% 0.48% -
HSV(B) 76.8º 0.84% 0.82% -
XYZ 37.59 53.19 9.8 -
YUV 174.4 48.77 117.73 -
System Red Green Blue C M Y K H S L
Decimal 160 209 34 0.23 0 0.84 0.18 76.8 0.72 0.48
Hex A0 D1 22 17 0 54 12 4D 48 30
Octal 240 321 42 27 0 124 22 115 110 60
Binary 10100000 11010001 100010 10111 0 1010100 10010 1001101 1001000 110000

Color Harmonies of #A0D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D122

Black with #A0D122

Text Example


Text Example

White with #A0D122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D122; }

 p { color: rgb(160,209,34); }

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

background-color css

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

 a { background-color: rgb(160,209,34); }

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

border-color css

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

 span { border-color: rgb(160,209,34); }

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