Html Css Color HEX #ADD96A Conifer

📋 copy color: '#ADD96A'

red 173 ◦ green 217 ◦ blue 106

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

Shades of Conifer #ADD96A

Tints of Conifer #ADD96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

 BLUE value IS 106 (41.8% from 255) = 21.37%

R = 34.88%
G = 43.75%
B = 21.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#ADD96A (or 0xADD96A) is known color: Conifer. HEX triplet: AD, D9 and 6A. RGB value is (173,217,106). Sum of RGB (Red+Green+Blue) = 173+217+106=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD96A is #522695. Grayscale: #BFBFBF. Windows color (decimal): -5383830 or 7002541. OLE color: 7002541.

HSL color Cylindrical-coordinate representation of color #ADD96A: hue angle of 83.78º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADD96A is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 106 -
CMYK 0.20 0 0.51 0.15
HSL 83.78º 0.59% 0.63% -
HSV(B) 83.78º 0.51% 0.85% -
XYZ 44.65 59.55 22.78 -
YUV 191.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 173 217 106 0.20 0 0.51 0.15 83.78 0.59 0.63
Hex AD D9 6A 14 0 33 F 54 3B 3F
Octal 255 331 152 24 0 63 17 124 73 77
Binary 10101101 11011001 1101010 10100 0 110011 1111 1010100 111011 111111

Color Harmonies of #ADD96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD96A

Black with #ADD96A

Text Example


Text Example

White with #ADD96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD96A; }

 p { color: rgb(173,217,106); }

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

background-color css

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

 a { background-color: rgb(173,217,106); }

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

border-color css

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

 span { border-color: rgb(173,217,106); }

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