#A4CF62

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

Shades of Conifer #A4CF62

Tints of Conifer #A4CF62

Color information

#A4CF62 (or 0xA4CF62) is unknown color: approx Conifer. HEX triplet: A4, CF and 62. RGB value is (164,207,98). Sum of RGB (Red+Green+Blue) = 164+207+98=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF62 is #5B309D. Grayscale: #B6B6B6. Windows color (decimal): -5976222 or 6475684. OLE color: 6475684.

HSL color Cylindrical-coordinate representation of color #A4CF62: hue angle of 83.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4CF62 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB16420798-
CMYK0.2100.530.19
HSL83.67º53.17%59.8%-
HSV(B)83.67º52.66%81.18%-
XYZ39.8353.419.76-
YUV181.7280.75115.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 98 (38.67% from 255) = 20.90%
R=34.97%
G=44.14%
B=20.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164207980.2100.530.1983.6753.1759.8
HexA4CF62150351354353c
Octal24431714225065231246574
Binary10100100110011111100010101010110101100111010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CF62; }

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

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

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

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

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

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

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

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