Html Css Color HEX #ADCD56 Conifer

📋 copy color: '#ADCD56'

red 173 ◦ green 205 ◦ blue 86

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

Shades of Conifer #ADCD56

Tints of Conifer #ADCD56

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 86 (33.98% from 255) = 18.53%

R = 37.28%
G = 44.18%
B = 18.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#ADCD56 (or 0xADCD56) is known color: Conifer. HEX triplet: AD, CD and 56. RGB value is (173,205,86). Sum of RGB (Red+Green+Blue) = 173+205+86=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD56 is #5232A9. Grayscale: #B6B6B6. Windows color (decimal): -5386922 or 5688749. OLE color: 5688749.

HSL color Cylindrical-coordinate representation of color #ADCD56: hue angle of 76.13º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADCD56 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 86 -
CMYK 0.16 0 0.58 0.20
HSL 76.13º 0.54% 0.57% -
HSV(B) 76.13º 0.58% 0.8% -
XYZ 40.74 53.22 16.93 -
YUV 181.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 173 205 86 0.16 0 0.58 0.20 76.13 0.54 0.57
Hex AD CD 56 10 0 3A 14 4C 36 39
Octal 255 315 126 20 0 72 24 114 66 71
Binary 10101101 11001101 1010110 10000 0 111010 10100 1001100 110110 111001

Color Harmonies of #ADCD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD56

Black with #ADCD56

Text Example


Text Example

White with #ADCD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD56; }

 p { color: rgb(173,205,86); }

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

background-color css

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

 a { background-color: rgb(173,205,86); }

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

border-color css

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

 span { border-color: rgb(173,205,86); }

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