Html Css Color HEX #ADD160 Conifer

📋 copy color: '#ADD160'

red 173 ◦ green 209 ◦ blue 96

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

Shades of Conifer #ADD160

Tints of Conifer #ADD160

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.72%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 36.19%
G = 43.72%
B = 20.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#ADD160 (or 0xADD160) is known color: Conifer. HEX triplet: AD, D1 and 60. RGB value is (173,209,96). Sum of RGB (Red+Green+Blue) = 173+209+96=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD160 is #522E9F. Grayscale: #B9B9B9. Windows color (decimal): -5385888 or 6345133. OLE color: 6345133.

HSL color Cylindrical-coordinate representation of color #ADD160: hue angle of 79.12º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADD160 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 96 -
CMYK 0.17 0 0.54 0.18
HSL 79.12º 0.55% 0.6% -
HSV(B) 79.12º 0.54% 0.82% -
XYZ 42.15 55.33 19.52 -
YUV 185.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 173 209 96 0.17 0 0.54 0.18 79.12 0.55 0.6
Hex AD D1 60 11 0 36 12 4F 37 3C
Octal 255 321 140 21 0 66 22 117 67 74
Binary 10101101 11010001 1100000 10001 0 110110 10010 1001111 110111 111100

Color Harmonies of #ADD160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD160

Black with #ADD160

Text Example


Text Example

White with #ADD160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD160; }

 p { color: rgb(173,209,96); }

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

background-color css

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

 a { background-color: rgb(173,209,96); }

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

border-color css

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

 span { border-color: rgb(173,209,96); }

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