Html Css Color HEX #ADD766 Conifer

📋 copy color: '#ADD766'

red 173 ◦ green 215 ◦ blue 102

#ADD766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ADD766

Tints of Conifer #ADD766

RGB

 RED value IS 173 (67.97% from 255) = 35.31%

 GREEN value IS 215 (84.38% from 255) = 43.88%

 BLUE value IS 102 (40.23% from 255) = 20.82%

R = 35.31%
G = 43.88%
B = 20.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#ADD766 (or 0xADD766) is known color: Conifer. HEX triplet: AD, D7 and 66. RGB value is (173,215,102). Sum of RGB (Red+Green+Blue) = 173+215+102=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD766 is #522899. Grayscale: #BDBDBD. Windows color (decimal): -5384346 or 6739885. OLE color: 6739885.

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

Color convert

RGB 173 215 102 -
CMYK 0.20 0 0.53 0.16
HSL 82.3º 0.59% 0.62% -
HSV(B) 82.3º 0.53% 0.84% -
XYZ 43.93 58.44 21.54 -
YUV 189.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 173 215 102 0.20 0 0.53 0.16 82.3 0.59 0.62
Hex AD D7 66 14 0 35 10 52 3B 3E
Octal 255 327 146 24 0 65 20 122 73 76
Binary 10101101 11010111 1100110 10100 0 110101 10000 1010010 111011 111110

Color Harmonies of #ADD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD766

Black with #ADD766

Text Example


Text Example

White with #ADD766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD766; }

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

 H1.HeaderClassName
 {
   color: #ADD766;
 }
 .AnyTagClassName
 {
   color: #ADD766;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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