#A0D223

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

Shades of Yellow Green #A0D223

Tints of Yellow Green #A0D223

Color information

#A0D223 (or 0xA0D223) is unknown color: approx Yellow Green. HEX triplet: A0, D2 and 23. RGB value is (160,210,35). Sum of RGB (Red+Green+Blue) = 160+210+35=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D223 is #5F2DDC. Grayscale: #AFAFAF. Windows color (decimal): -6237661 or 2347680. OLE color: 2347680.

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

Color convert

RGB16021035-
CMYK0.2400.830.18
HSL77.14º71.43%48.04%-
HSV(B)77.14º83.33%82.35%-
XYZ37.8553.699.96-
YUV175.148.94117.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 210 (82.42% from 255) = 51.85%
BLUE value IS 35 (14.06% from 255) = 8.64%
R=39.51%
G=51.85%
B=8.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160210350.2400.830.1877.1471.4348.04
HexA0D22318053124d4730
Octal240322433001232211510760
Binary101000001101001010001111000010100111001010011011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D223; }

 p { color: rgb(160,210,35); }

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

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

 a { background-color: rgb(160,210,35); }

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

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

 span { border-color: rgb(160,210,35); }

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