Html Css Color HEX #A0D128 Yellow Green

📋 copy color: '#A0D128'

red 160 ◦ green 209 ◦ blue 40

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

Shades of Yellow Green #A0D128

Tints of Yellow Green #A0D128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 39.12%
G = 51.1%
B = 9.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#A0D128 (or 0xA0D128) is known color: Yellow Green. HEX triplet: A0, D1 and 28. RGB value is (160,209,40). Sum of RGB (Red+Green+Blue) = 160+209+40=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D128 is #5F2ED7. Grayscale: #AFAFAF. Windows color (decimal): -6237912 or 2675104. OLE color: 2675104.

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

Color convert

RGB 160 209 40 -
CMYK 0.23 0 0.81 0.18
HSL 77.4º 0.68% 0.49% -
HSV(B) 77.4º 0.81% 0.82% -
XYZ 37.68 53.23 10.3 -
YUV 175.08 51.77 117.24 -
System Red Green Blue C M Y K H S L
Decimal 160 209 40 0.23 0 0.81 0.18 77.4 0.68 0.49
Hex A0 D1 28 17 0 51 12 4D 44 31
Octal 240 321 50 27 0 121 22 115 104 61
Binary 10100000 11010001 101000 10111 0 1010001 10010 1001101 1000100 110001

Color Harmonies of #A0D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D128

Black with #A0D128

Text Example


Text Example

White with #A0D128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D128; }

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

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

background-color css

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

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

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

border-color css

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

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

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