#ADD765

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

Shades of Conifer #ADD765

Tints of Conifer #ADD765

Color information

#ADD765 (or 0xADD765) is unknown color: approx Conifer. HEX triplet: AD, D7 and 65. RGB value is (173,215,101). Sum of RGB (Red+Green+Blue) = 173+215+101=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD765 is #52289A. Grayscale: #BDBDBD. Windows color (decimal): -5384347 or 6674349. OLE color: 6674349.

HSL color Cylindrical-coordinate representation of color #ADD765: hue angle of 82.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD765 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB173215101-
CMYK0.2000.530.16
HSL82.11º58.76%61.96%-
HSV(B)82.11º53.02%84.31%-
XYZ43.8858.4221.28-
YUV189.4578.09116.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 101 (39.84% from 255) = 20.65%
R=35.38%
G=43.97%
B=20.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151010.2000.530.1682.1158.7661.96
HexADD7651403510523b3e
Octal25532714524065201227376
Binary10101101110101111100101101000110101100001010010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD765; }

 p { color: rgb(173,215,101); }

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

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

 a { background-color: rgb(173,215,101); }

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

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

 span { border-color: rgb(173,215,101); }

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