Html Css Color HEX #A7DC64 Conifer

📋 copy color: '#A7DC64'

red 167 ◦ green 220 ◦ blue 100

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

Shades of Conifer #A7DC64

Tints of Conifer #A7DC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.53%

R = 34.29%
G = 45.17%
B = 20.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A7DC64 (or 0xA7DC64) is known color: Conifer. HEX triplet: A7, DC and 64. RGB value is (167,220,100). Sum of RGB (Red+Green+Blue) = 167+220+100=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC64 is #58239B. Grayscale: #BEBEBE. Windows color (decimal): -5776284 or 6610087. OLE color: 6610087.

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

Color convert

RGB 167 220 100 -
CMYK 0.24 0 0.55 0.14
HSL 86.5º 0.63% 0.63% -
HSV(B) 86.5º 0.55% 0.86% -
XYZ 43.83 60.32 21.39 -
YUV 190.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 167 220 100 0.24 0 0.55 0.14 86.5 0.63 0.63
Hex A7 DC 64 18 0 37 E 56 3F 3F
Octal 247 334 144 30 0 67 16 126 77 77
Binary 10100111 11011100 1100100 11000 0 110111 1110 1010110 111111 111111

Color Harmonies of #A7DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC64

Black with #A7DC64

Text Example


Text Example

White with #A7DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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