Html Css Color HEX #ADCC56 Conifer

📋 copy color: '#ADCC56'

red 173 ◦ green 204 ◦ blue 86

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

Shades of Conifer #ADCC56

Tints of Conifer #ADCC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

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

R = 37.37%
G = 44.06%
B = 18.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#ADCC56 (or 0xADCC56) is known color: Conifer. HEX triplet: AD, CC and 56. RGB value is (173,204,86). Sum of RGB (Red+Green+Blue) = 173+204+86=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC56 is #5233A9. Grayscale: #B5B5B5. Windows color (decimal): -5387178 or 5688493. OLE color: 5688493.

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

Color convert

RGB 173 204 86 -
CMYK 0.15 0 0.58 0.2
HSL 75.76º 0.54% 0.57% -
HSV(B) 75.76º 0.58% 0.8% -
XYZ 40.51 52.74 16.85 -
YUV 181.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 173 204 86 0.15 0 0.58 0.2 75.76 0.54 0.57
Hex AD CC 56 F 0 3A 14 4C 36 39
Octal 255 314 126 17 0 72 24 114 66 71
Binary 10101101 11001100 1010110 1111 0 111010 10100 1001100 110110 111001

Color Harmonies of #ADCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC56

Black with #ADCC56

Text Example


Text Example

White with #ADCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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