Html Css Color HEX #ADCF49 Conifer

📋 copy color: '#ADCF49'

red 173 ◦ green 207 ◦ blue 73

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

Shades of Conifer #ADCF49

Tints of Conifer #ADCF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.7%

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 38.19%
G = 45.7%
B = 16.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#ADCF49 (or 0xADCF49) is known color: Conifer. HEX triplet: AD, CF and 49. RGB value is (173,207,73). Sum of RGB (Red+Green+Blue) = 173+207+73=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF49 is #5230B6. Grayscale: #B6B6B6. Windows color (decimal): -5386423 or 4837293. OLE color: 4837293.

HSL color Cylindrical-coordinate representation of color #ADCF49: hue angle of 75.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADCF49 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 73 -
CMYK 0.16 0 0.65 0.19
HSL 75.22º 0.58% 0.55% -
HSV(B) 75.22º 0.65% 0.81% -
XYZ 40.75 53.99 14.58 -
YUV 181.56 66.74 121.9 -
System Red Green Blue C M Y K H S L
Decimal 173 207 73 0.16 0 0.65 0.19 75.22 0.58 0.55
Hex AD CF 49 10 0 41 13 4B 3A 37
Octal 255 317 111 20 0 101 23 113 72 67
Binary 10101101 11001111 1001001 10000 0 1000001 10011 1001011 111010 110111

Color Harmonies of #ADCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF49

Black with #ADCF49

Text Example


Text Example

White with #ADCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF49; }

 p { color: rgb(173,207,73); }

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

background-color css

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

 a { background-color: rgb(173,207,73); }

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

border-color css

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

 span { border-color: rgb(173,207,73); }

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