Html Css Color HEX #ADCF47 Conifer

📋 copy color: '#ADCF47'

red 173 ◦ green 207 ◦ blue 71

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

Shades of Conifer #ADCF47

Tints of Conifer #ADCF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.74%

R = 38.36%
G = 45.9%
B = 15.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#ADCF47 (or 0xADCF47) is known color: Conifer. HEX triplet: AD, CF and 47. RGB value is (173,207,71). Sum of RGB (Red+Green+Blue) = 173+207+71=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF47 is #5230B8. Grayscale: #B5B5B5. Windows color (decimal): -5386425 or 4706221. OLE color: 4706221.

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

Color convert

RGB 173 207 71 -
CMYK 0.16 0 0.66 0.19
HSL 75º 0.59% 0.55% -
HSV(B) 75º 0.66% 0.81% -
XYZ 40.68 53.96 14.23 -
YUV 181.33 65.74 122.06 -
System Red Green Blue C M Y K H S L
Decimal 173 207 71 0.16 0 0.66 0.19 75 0.59 0.55
Hex AD CF 47 10 0 42 13 4B 3B 37
Octal 255 317 107 20 0 102 23 113 73 67
Binary 10101101 11001111 1000111 10000 0 1000010 10011 1001011 111011 110111

Color Harmonies of #ADCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF47

Black with #ADCF47

Text Example


Text Example

White with #ADCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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