Html Css Color HEX #ADCD61 Conifer

📋 copy color: '#ADCD61'

red 173 ◦ green 205 ◦ blue 97

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

Shades of Conifer #ADCD61

Tints of Conifer #ADCD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.42%

R = 36.42%
G = 43.16%
B = 20.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#ADCD61 (or 0xADCD61) is known color: Conifer. HEX triplet: AD, CD and 61. RGB value is (173,205,97). Sum of RGB (Red+Green+Blue) = 173+205+97=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD61 is #52329E. Grayscale: #B7B7B7. Windows color (decimal): -5386911 or 6409645. OLE color: 6409645.

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

Color convert

RGB 173 205 97 -
CMYK 0.16 0 0.53 0.20
HSL 77.78º 0.52% 0.59% -
HSV(B) 77.78º 0.53% 0.8% -
XYZ 41.22 53.41 19.45 -
YUV 183.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 173 205 97 0.16 0 0.53 0.20 77.78 0.52 0.59
Hex AD CD 61 10 0 35 14 4E 34 3B
Octal 255 315 141 20 0 65 24 116 64 73
Binary 10101101 11001101 1100001 10000 0 110101 10100 1001110 110100 111011

Color Harmonies of #ADCD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD61

Black with #ADCD61

Text Example


Text Example

White with #ADCD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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