#A7CC55

Color #A7CC55 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A7CC55

Tints of Conifer #A7CC55

Color information

#A7CC55 (or 0xA7CC55) is unknown color: approx Conifer. HEX triplet: A7, CC and 55. RGB value is (167,204,85). Sum of RGB (Red+Green+Blue) = 167+204+85=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CC55 is #5833AA. Grayscale: #B3B3B3. Windows color (decimal): -5780395 or 5622951. OLE color: 5622951.

HSL color Cylindrical-coordinate representation of color #A7CC55: hue angle of 78.66º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7CC55 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB16720485-
CMYK0.1800.580.2
HSL78.66º53.85%56.67%-
HSV(B)78.66º58.33%80%-
XYZ39.1752.0616.58-
YUV179.3774.74119.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 85 (33.59% from 255) = 18.64%
R=36.62%
G=44.74%
B=18.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167204850.1800.580.278.6653.8556.67
HexA7CC551203A144f3639
Octal24731412522072241176671
Binary10100111110011001010101100100111010101001001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CC55; }

 p { color: rgb(167,204,85); }

 H1.HeaderClassName
 {
   color: #A7CC55;
 }
 .AnyTagClassName
 {
   color: #A7CC55;
 }
</style>
background-color css

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

 a { background-color: rgb(167,204,85); }

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

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

 span { border-color: rgb(167,204,85); }

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