#ADD661

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

Shades of Conifer #ADD661

Tints of Conifer #ADD661

Color information

#ADD661 (or 0xADD661) is unknown color: approx Conifer. HEX triplet: AD, D6 and 61. RGB value is (173,214,97). Sum of RGB (Red+Green+Blue) = 173+214+97=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD661 is #52299E. Grayscale: #BCBCBC. Windows color (decimal): -5384607 or 6411949. OLE color: 6411949.

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

Color convert

RGB17321497-
CMYK0.1900.550.16
HSL81.03º58.79%60.98%-
HSV(B)81.03º54.67%83.92%-
XYZ43.4457.8420.18-
YUV188.476.42117.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=35.74%
G=44.21%
B=20.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173214970.1900.550.1681.0358.7960.98
HexADD6611303710513b3d
Octal25532614123067201217375
Binary10101101110101101100001100110110111100001010001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD661; }

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

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

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

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

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

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

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

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