Html Css Color HEX #ADD165 Conifer

📋 copy color: '#ADD165'

red 173 ◦ green 209 ◦ blue 101

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

Shades of Conifer #ADD165

Tints of Conifer #ADD165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 35.82%
G = 43.27%
B = 20.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#ADD165 (or 0xADD165) is known color: Conifer. HEX triplet: AD, D1 and 65. RGB value is (173,209,101). Sum of RGB (Red+Green+Blue) = 173+209+101=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD165 is #522E9A. Grayscale: #BABABA. Windows color (decimal): -5385883 or 6672813. OLE color: 6672813.

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

Color convert

RGB 173 209 101 -
CMYK 0.17 0 0.52 0.18
HSL 80º 0.54% 0.61% -
HSV(B) 80º 0.52% 0.82% -
XYZ 42.38 55.42 20.78 -
YUV 185.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 173 209 101 0.17 0 0.52 0.18 80 0.54 0.61
Hex AD D1 65 11 0 34 12 50 36 3D
Octal 255 321 145 21 0 64 22 120 66 75
Binary 10101101 11010001 1100101 10001 0 110100 10010 1010000 110110 111101

Color Harmonies of #ADD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD165

Black with #ADD165

Text Example


Text Example

White with #ADD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD165; }

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

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

background-color css

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

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

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

border-color css

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

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

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