#a0d823

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

Shades of Yellow Green #A0D823

Tints of Yellow Green #A0D823

Color information

#A0D823 (or 0xA0D823) is unknown color: approx Yellow Green. HEX triplet: A0, D8 and 23. RGB value is (160,216,35). Sum of RGB (Red+Green+Blue) = 160+216+35=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D823 is #5F27DC. Grayscale: #B3B3B3. Windows color (decimal): -6236125 or 2349216. OLE color: 2349216.

HSL color Cylindrical-coordinate representation of color #A0D823: hue angle of 78.56º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0D823 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB16021635-
CMYK0.2600.840.15
HSL78.56º72.11%49.22%-
HSV(B)78.56º83.8%84.71%-
XYZ39.3656.7110.46-
YUV178.6246.95114.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 216 (84.77% from 255) = 52.55%
BLUE value IS 35 (14.06% from 255) = 8.52%
R=38.93%
G=52.55%
B=8.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160216350.2600.840.1578.5672.1149.22
HexA0D8231A054F4f4831
Octal240330433201241711711061
Binary10100000110110001000111101001010100111110011111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0d823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0d823; }

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

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

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

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

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

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

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

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