#ADD65D

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

Shades of Conifer #ADD65D

Tints of Conifer #ADD65D

Color information

#ADD65D (or 0xADD65D) is unknown color: approx Conifer. HEX triplet: AD, D6 and 5D. RGB value is (173,214,93). Sum of RGB (Red+Green+Blue) = 173+214+93=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD65D is #5229A2. Grayscale: #BCBCBC. Windows color (decimal): -5384611 or 6149805. OLE color: 6149805.

HSL color Cylindrical-coordinate representation of color #ADD65D: hue angle of 80.33º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADD65D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB17321493-
CMYK0.1900.570.16
HSL80.33º59.61%60.2%-
HSV(B)80.33º56.54%83.92%-
XYZ43.2657.7719.23-
YUV187.9574.42117.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 93 (36.72% from 255) = 19.38%
R=36.04%
G=44.58%
B=19.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173214930.1900.570.1680.3359.6160.2
HexADD65D1303910503c3c
Octal25532613523071201207474
Binary10101101110101101011101100110111001100001010000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD65D; }

 p { color: rgb(173,214,93); }

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

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

 a { background-color: rgb(173,214,93); }

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

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

 span { border-color: rgb(173,214,93); }

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