Html Css Color HEX #ADD85F Conifer

📋 copy color: '#ADD85F'

red 173 ◦ green 216 ◦ blue 95

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

Shades of Conifer #ADD85F

Tints of Conifer #ADD85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 35.74%
G = 44.63%
B = 19.63%

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

#ADD85F (or 0xADD85F) is known color: Conifer. HEX triplet: AD, D8 and 5F. RGB value is (173,216,95). Sum of RGB (Red+Green+Blue) = 173+216+95=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD85F is #5227A0. Grayscale: #BDBDBD. Windows color (decimal): -5384097 or 6281389. OLE color: 6281389.

HSL color Cylindrical-coordinate representation of color #ADD85F: hue angle of 81.32º 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 #ADD85F is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 95 -
CMYK 0.20 0 0.56 0.15
HSL 81.32º 0.61% 0.61% -
HSV(B) 81.32º 0.56% 0.85% -
XYZ 43.86 58.82 19.87 -
YUV 189.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 173 216 95 0.20 0 0.56 0.15 81.32 0.61 0.61
Hex AD D8 5F 14 0 38 F 51 3D 3D
Octal 255 330 137 24 0 70 17 121 75 75
Binary 10101101 11011000 1011111 10100 0 111000 1111 1010001 111101 111101

Color Harmonies of #ADD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD85F

Black with #ADD85F

Text Example


Text Example

White with #ADD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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