#ADD65B

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

Shades of Conifer #ADD65B

Tints of Conifer #ADD65B

Color information

#ADD65B (or 0xADD65B) is unknown color: approx Conifer. HEX triplet: AD, D6 and 5B. RGB value is (173,214,91). Sum of RGB (Red+Green+Blue) = 173+214+91=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD65B is #5229A4. Grayscale: #BCBCBC. Windows color (decimal): -5384613 or 6018733. OLE color: 6018733.

HSL color Cylindrical-coordinate representation of color #ADD65B: hue angle of 80º 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 #ADD65B is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB17321491-
CMYK0.1900.570.16
HSL80º60%59.8%-
HSV(B)80º57.48%83.92%-
XYZ43.1757.7318.77-
YUV187.7273.42117.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 91 (35.94% from 255) = 19.04%
R=36.19%
G=44.77%
B=19.04%

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
Decimal173214910.1900.570.16806059.8
HexADD65B1303910503c3c
Octal25532613323071201207474
Binary10101101110101101011011100110111001100001010000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD65B; }

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

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

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

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

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

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

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

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