#ADD664

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

Shades of Conifer #ADD664

Tints of Conifer #ADD664

Color information

#ADD664 (or 0xADD664) is unknown color: approx Conifer. HEX triplet: AD, D6 and 64. RGB value is (173,214,100). Sum of RGB (Red+Green+Blue) = 173+214+100=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD664 is #52299B. Grayscale: #BDBDBD. Windows color (decimal): -5384604 or 6608557. OLE color: 6608557.

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

Color convert

RGB173214100-
CMYK0.1900.530.16
HSL81.58º58.16%61.57%-
HSV(B)81.58º53.27%83.92%-
XYZ43.5857.920.93-
YUV188.7477.92116.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=35.52%
G=43.94%
B=20.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141000.1900.530.1681.5858.1661.57
HexADD6641303510523a3e
Octal25532614423065201227276
Binary10101101110101101100100100110110101100001010010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD664; }

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

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

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

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

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

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

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

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