Html Css Color HEX #ADD161 Conifer

📋 copy color: '#ADD161'

red 173 ◦ green 209 ◦ blue 97

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

Shades of Conifer #ADD161

Tints of Conifer #ADD161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 36.12%
G = 43.63%
B = 20.25%

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

#ADD161 (or 0xADD161) is known color: Conifer. HEX triplet: AD, D1 and 61. RGB value is (173,209,97). Sum of RGB (Red+Green+Blue) = 173+209+97=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD161 is #522E9E. Grayscale: #B9B9B9. Windows color (decimal): -5385887 or 6410669. OLE color: 6410669.

HSL color Cylindrical-coordinate representation of color #ADD161: hue angle of 79.29º 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 #ADD161 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 97 -
CMYK 0.17 0 0.54 0.18
HSL 79.29º 0.55% 0.6% -
HSV(B) 79.29º 0.54% 0.82% -
XYZ 42.19 55.35 19.77 -
YUV 185.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 173 209 97 0.17 0 0.54 0.18 79.29 0.55 0.6
Hex AD D1 61 11 0 36 12 4F 37 3C
Octal 255 321 141 21 0 66 22 117 67 74
Binary 10101101 11010001 1100001 10001 0 110110 10010 1001111 110111 111100

Color Harmonies of #ADD161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD161

Black with #ADD161

Text Example


Text Example

White with #ADD161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD161; }

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

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

background-color css

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

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

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

border-color css

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

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

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