#ADD370

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

Shades of Caper #ADD370

Tints of Caper #ADD370

Color information

#ADD370 (or 0xADD370) is unknown color: approx Caper. HEX triplet: AD, D3 and 70. RGB value is (173,211,112). Sum of RGB (Red+Green+Blue) = 173+211+112=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD370 is #522C8F. Grayscale: #BCBCBC. Windows color (decimal): -5385360 or 7394221. OLE color: 7394221.

HSL color Cylindrical-coordinate representation of color #ADD370: hue angle of 83.03º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADD370 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB173211112-
CMYK0.1800.470.17
HSL83.03º52.94%63.33%-
HSV(B)83.03º46.92%82.75%-
XYZ43.4556.6423.97-
YUV188.3584.91117.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=34.88%
G=42.54%
B=22.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732111120.1800.470.1783.0352.9463.33
HexADD3701202F1153353f
Octal25532316022057211236577
Binary10101101110100111110000100100101111100011010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD370; }

 p { color: rgb(173,211,112); }

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

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

 a { background-color: rgb(173,211,112); }

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

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

 span { border-color: rgb(173,211,112); }

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