Html Css Color HEX #ADD95F Conifer

📋 copy color: '#ADD95F'

red 173 ◦ green 217 ◦ blue 95

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

Shades of Conifer #ADD95F

Tints of Conifer #ADD95F

RGB

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

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

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

R = 35.67%
G = 44.74%
B = 19.59%

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

#ADD95F (or 0xADD95F) is known color: Conifer. HEX triplet: AD, D9 and 5F. RGB value is (173,217,95). Sum of RGB (Red+Green+Blue) = 173+217+95=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD95F is #5226A0. Grayscale: #BEBEBE. Windows color (decimal): -5383841 or 6281645. OLE color: 6281645.

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

Color convert

RGB 173 217 95 -
CMYK 0.20 0 0.56 0.15
HSL 81.64º 0.62% 0.61% -
HSV(B) 81.64º 0.56% 0.85% -
XYZ 44.11 59.34 19.95 -
YUV 189.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 173 217 95 0.20 0 0.56 0.15 81.64 0.62 0.61
Hex AD D9 5F 14 0 38 F 52 3E 3D
Octal 255 331 137 24 0 70 17 122 76 75
Binary 10101101 11011001 1011111 10100 0 111000 1111 1010010 111110 111101

Color Harmonies of #ADD95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD95F

Black with #ADD95F

Text Example


Text Example

White with #ADD95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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