#A2CD53

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

Shades of Conifer #A2CD53

Tints of Conifer #A2CD53

Color information

#A2CD53 (or 0xA2CD53) is unknown color: approx Conifer. HEX triplet: A2, CD and 53. RGB value is (162,205,83). Sum of RGB (Red+Green+Blue) = 162+205+83=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD53 is #5D32AC. Grayscale: #B2B2B2. Windows color (decimal): -6107821 or 5492130. OLE color: 5492130.

HSL color Cylindrical-coordinate representation of color #A2CD53: hue angle of 81.15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2CD53 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB16220583-
CMYK0.2100.600.20
HSL81.15º54.95%56.47%-
HSV(B)81.15º59.51%80.39%-
XYZ38.2951.9716.2-
YUV178.2474.25116.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=36%
G=45.56%
B=18.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162205830.2100.600.2081.1554.9556.47
HexA2CD531503C14513738
Octal24231512325074241216770
Binary10100010110011011010011101010111100101001010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD53; }

 p { color: rgb(162,205,83); }

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

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

 a { background-color: rgb(162,205,83); }

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

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

 span { border-color: rgb(162,205,83); }

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