Html Css Color HEX #ADD963 Conifer

📋 copy color: '#ADD963'

red 173 ◦ green 217 ◦ blue 99

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

Shades of Conifer #ADD963

Tints of Conifer #ADD963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.25%

R = 35.38%
G = 44.38%
B = 20.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#ADD963 (or 0xADD963) is known color: Conifer. HEX triplet: AD, D9 and 63. RGB value is (173,217,99). Sum of RGB (Red+Green+Blue) = 173+217+99=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD963 is #52269C. Grayscale: #BEBEBE. Windows color (decimal): -5383837 or 6543789. OLE color: 6543789.

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

Color convert

RGB 173 217 99 -
CMYK 0.20 0 0.54 0.15
HSL 82.37º 0.61% 0.62% -
HSV(B) 82.37º 0.54% 0.85% -
XYZ 44.3 59.41 20.94 -
YUV 190.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 173 217 99 0.20 0 0.54 0.15 82.37 0.61 0.62
Hex AD D9 63 14 0 36 F 52 3D 3E
Octal 255 331 143 24 0 66 17 122 75 76
Binary 10101101 11011001 1100011 10100 0 110110 1111 1010010 111101 111110

Color Harmonies of #ADD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD963

Black with #ADD963

Text Example


Text Example

White with #ADD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD963; }

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

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

background-color css

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

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

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

border-color css

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

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

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