#A2CF5D

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

Shades of Conifer #A2CF5D

Tints of Conifer #A2CF5D

Color information

#A2CF5D (or 0xA2CF5D) is unknown color: approx Conifer. HEX triplet: A2, CF and 5D. RGB value is (162,207,93). Sum of RGB (Red+Green+Blue) = 162+207+93=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF5D is #5D30A2. Grayscale: #B4B4B4. Windows color (decimal): -6107299 or 6148002. OLE color: 6148002.

HSL color Cylindrical-coordinate representation of color #A2CF5D: hue angle of 83.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2CF5D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB16220793-
CMYK0.2200.550.19
HSL83.68º54.29%58.82%-
HSV(B)83.68º55.07%81.18%-
XYZ39.1953.118.54-
YUV180.5578.59114.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 207 (81.25% from 255) = 44.81%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=35.06%
G=44.81%
B=20.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162207930.2200.550.1983.6854.2958.82
HexA2CF5D160371354363b
Octal24231713526067231246673
Binary10100010110011111011101101100110111100111010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CF5D; }

 p { color: rgb(162,207,93); }

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

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

 a { background-color: rgb(162,207,93); }

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

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

 span { border-color: rgb(162,207,93); }

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