Html Css Color HEX #A7DC65 Conifer

📋 copy color: '#A7DC65'

red 167 ◦ green 220 ◦ blue 101

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

Shades of Conifer #A7DC65

Tints of Conifer #A7DC65

RGB

 RED value IS 167 (65.63% from 255) = 34.22%

 GREEN value IS 220 (86.33% from 255) = 45.08%

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 34.22%
G = 45.08%
B = 20.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A7DC65 (or 0xA7DC65) is known color: Conifer. HEX triplet: A7, DC and 65. RGB value is (167,220,101). Sum of RGB (Red+Green+Blue) = 167+220+101=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC65 is #58239A. Grayscale: #BFBFBF. Windows color (decimal): -5776283 or 6675623. OLE color: 6675623.

HSL color Cylindrical-coordinate representation of color #A7DC65: hue angle of 86.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7DC65 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 220 101 -
CMYK 0.24 0 0.54 0.14
HSL 86.72º 0.63% 0.63% -
HSV(B) 86.72º 0.54% 0.86% -
XYZ 43.88 60.34 21.65 -
YUV 190.59 77.44 111.18 -
System Red Green Blue C M Y K H S L
Decimal 167 220 101 0.24 0 0.54 0.14 86.72 0.63 0.63
Hex A7 DC 65 18 0 36 E 57 3F 3F
Octal 247 334 145 30 0 66 16 127 77 77
Binary 10100111 11011100 1100101 11000 0 110110 1110 1010111 111111 111111

Color Harmonies of #A7DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC65

Black with #A7DC65

Text Example


Text Example

White with #A7DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC65; }

 p { color: rgb(167,220,101); }

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

background-color css

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

 a { background-color: rgb(167,220,101); }

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

border-color css

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

 span { border-color: rgb(167,220,101); }

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