Html Css Color HEX #ADD960 Conifer

📋 copy color: '#ADD960'

red 173 ◦ green 217 ◦ blue 96

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

Shades of Conifer #ADD960

Tints of Conifer #ADD960

RGB

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

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

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

R = 35.6%
G = 44.65%
B = 19.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#ADD960 (or 0xADD960) is known color: Conifer. HEX triplet: AD, D9 and 60. RGB value is (173,217,96). Sum of RGB (Red+Green+Blue) = 173+217+96=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD960 is #52269F. Grayscale: #BEBEBE. Windows color (decimal): -5383840 or 6347181. OLE color: 6347181.

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

Color convert

RGB 173 217 96 -
CMYK 0.20 0 0.56 0.15
HSL 81.82º 0.61% 0.61% -
HSV(B) 81.82º 0.56% 0.85% -
XYZ 44.16 59.35 20.2 -
YUV 190.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 173 217 96 0.20 0 0.56 0.15 81.82 0.61 0.61
Hex AD D9 60 14 0 38 F 52 3D 3D
Octal 255 331 140 24 0 70 17 122 75 75
Binary 10101101 11011001 1100000 10100 0 111000 1111 1010010 111101 111101

Color Harmonies of #ADD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD960

Black with #ADD960

Text Example


Text Example

White with #ADD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD960; }

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

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

background-color css

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

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

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

border-color css

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

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

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