Html Css Color HEX #ADCD63 Conifer

📋 copy color: '#ADCD63'

red 173 ◦ green 205 ◦ blue 99

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

Shades of Conifer #ADCD63

Tints of Conifer #ADCD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 36.27%
G = 42.98%
B = 20.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#ADCD63 (or 0xADCD63) is known color: Conifer. HEX triplet: AD, CD and 63. RGB value is (173,205,99). Sum of RGB (Red+Green+Blue) = 173+205+99=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD63 is #52329C. Grayscale: #B7B7B7. Windows color (decimal): -5386909 or 6540717. OLE color: 6540717.

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

Color convert

RGB 173 205 99 -
CMYK 0.16 0 0.52 0.20
HSL 78.11º 0.51% 0.6% -
HSV(B) 78.11º 0.52% 0.8% -
XYZ 41.32 53.45 19.94 -
YUV 183.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 173 205 99 0.16 0 0.52 0.20 78.11 0.51 0.6
Hex AD CD 63 10 0 34 14 4E 33 3C
Octal 255 315 143 20 0 64 24 116 63 74
Binary 10101101 11001101 1100011 10000 0 110100 10100 1001110 110011 111100

Color Harmonies of #ADCD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD63

Black with #ADCD63

Text Example


Text Example

White with #ADCD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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