Html Css Color HEX #ADD96B Conifer

📋 copy color: '#ADD96B'

red 173 ◦ green 217 ◦ blue 107

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

Shades of Conifer #ADD96B

Tints of Conifer #ADD96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 34.81%
G = 43.66%
B = 21.53%

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

#ADD96B (or 0xADD96B) is known color: Conifer. HEX triplet: AD, D9 and 6B. RGB value is (173,217,107). Sum of RGB (Red+Green+Blue) = 173+217+107=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD96B is #522694. Grayscale: #BFBFBF. Windows color (decimal): -5383829 or 7068077. OLE color: 7068077.

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

Color convert

RGB 173 217 107 -
CMYK 0.20 0 0.51 0.15
HSL 84º 0.59% 0.64% -
HSV(B) 84º 0.51% 0.85% -
XYZ 44.7 59.57 23.05 -
YUV 191.3 80.42 114.94 -
System Red Green Blue C M Y K H S L
Decimal 173 217 107 0.20 0 0.51 0.15 84 0.59 0.64
Hex AD D9 6B 14 0 33 F 54 3B 40
Octal 255 331 153 24 0 63 17 124 73 100
Binary 10101101 11011001 1101011 10100 0 110011 1111 1010100 111011 1000000

Color Harmonies of #ADD96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD96B

Black with #ADD96B

Text Example


Text Example

White with #ADD96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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