Html Css Color HEX #ADD85D Conifer

📋 copy color: '#ADD85D'

red 173 ◦ green 216 ◦ blue 93

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

Shades of Conifer #ADD85D

Tints of Conifer #ADD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.81%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 35.89%
G = 44.81%
B = 19.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#ADD85D (or 0xADD85D) is known color: Conifer. HEX triplet: AD, D8 and 5D. RGB value is (173,216,93). Sum of RGB (Red+Green+Blue) = 173+216+93=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD85D is #5227A2. Grayscale: #BDBDBD. Windows color (decimal): -5384099 or 6150317. OLE color: 6150317.

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

Color convert

RGB 173 216 93 -
CMYK 0.20 0 0.57 0.15
HSL 80.98º 0.61% 0.61% -
HSV(B) 80.98º 0.57% 0.85% -
XYZ 43.77 58.79 19.4 -
YUV 189.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 173 216 93 0.20 0 0.57 0.15 80.98 0.61 0.61
Hex AD D8 5D 14 0 39 F 51 3D 3D
Octal 255 330 135 24 0 71 17 121 75 75
Binary 10101101 11011000 1011101 10100 0 111001 1111 1010001 111101 111101

Color Harmonies of #ADD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD85D

Black with #ADD85D

Text Example


Text Example

White with #ADD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD85D; }

 p { color: rgb(173,216,93); }

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

background-color css

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

 a { background-color: rgb(173,216,93); }

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

border-color css

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

 span { border-color: rgb(173,216,93); }

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