#A4CC62

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

Shades of Conifer #A4CC62

Tints of Conifer #A4CC62

Color information

#A4CC62 (or 0xA4CC62) is unknown color: approx Conifer. HEX triplet: A4, CC and 62. RGB value is (164,204,98). Sum of RGB (Red+Green+Blue) = 164+204+98=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CC62 is #5B339D. Grayscale: #B4B4B4. Windows color (decimal): -5976990 or 6474916. OLE color: 6474916.

HSL color Cylindrical-coordinate representation of color #A4CC62: hue angle of 82.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4CC62 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB16420498-
CMYK0.2000.520.2
HSL82.64º50.96%59.22%-
HSV(B)82.64º51.96%80%-
XYZ39.1151.9619.52-
YUV179.9681.75116.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=35.19%
G=43.78%
B=21.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164204980.2000.520.282.6450.9659.22
HexA4CC62140341453333b
Octal24431414224064241236373
Binary10100100110011001100010101000110100101001010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC62; }

 p { color: rgb(164,204,98); }

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

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

 a { background-color: rgb(164,204,98); }

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

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

 span { border-color: rgb(164,204,98); }

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