#A2D35B

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

Shades of Conifer #A2D35B

Tints of Conifer #A2D35B

Color information

#A2D35B (or 0xA2D35B) is unknown color: approx Conifer. HEX triplet: A2, D3 and 5B. RGB value is (162,211,91). Sum of RGB (Red+Green+Blue) = 162+211+91=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D35B is #5D2CA4. Grayscale: #B7B7B7. Windows color (decimal): -6106277 or 6017954. OLE color: 6017954.

HSL color Cylindrical-coordinate representation of color #A2D35B: hue angle of 84.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2D35B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB16221191-
CMYK0.2300.570.17
HSL84.5º57.69%59.22%-
HSV(B)84.5º56.87%82.75%-
XYZ40.0855.0318.41-
YUV182.6776.27113.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 211 (82.81% from 255) = 45.47%
BLUE value IS 91 (35.94% from 255) = 19.61%
R=34.91%
G=45.47%
B=19.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162211910.2300.570.1784.557.6959.22
HexA2D35B1703911543a3b
Octal24232313327071211247273
Binary10100010110100111011011101110111001100011010100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D35B; }

 p { color: rgb(162,211,91); }

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

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

 a { background-color: rgb(162,211,91); }

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

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

 span { border-color: rgb(162,211,91); }

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