#A2CD5A

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

Shades of Conifer #A2CD5A

Tints of Conifer #A2CD5A

Color information

#A2CD5A (or 0xA2CD5A) is unknown color: approx Conifer. HEX triplet: A2, CD and 5A. RGB value is (162,205,90). Sum of RGB (Red+Green+Blue) = 162+205+90=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD5A is #5D32A5. Grayscale: #B3B3B3. Windows color (decimal): -6107814 or 5950882. OLE color: 5950882.

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

Color convert

RGB16220590-
CMYK0.2100.560.20
HSL82.43º53.49%57.84%-
HSV(B)82.43º56.1%80.39%-
XYZ38.5852.0817.69-
YUV179.0377.75115.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 90 (35.55% from 255) = 19.69%
R=35.45%
G=44.86%
B=19.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162205900.2100.560.2082.4353.4957.84
HexA2CD5A150381452353a
Octal24231513225070241226572
Binary10100010110011011011010101010111000101001010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD5A; }

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

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

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

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

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

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

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

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