#A2D35F

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

Shades of Conifer #A2D35F

Tints of Conifer #A2D35F

Color information

#A2D35F (or 0xA2D35F) is unknown color: approx Conifer. HEX triplet: A2, D3 and 5F. RGB value is (162,211,95). Sum of RGB (Red+Green+Blue) = 162+211+95=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D35F is #5D2CA0. Grayscale: #B7B7B7. Windows color (decimal): -6106273 or 6280098. OLE color: 6280098.

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

Color convert

RGB16221195-
CMYK0.2300.550.17
HSL85.34º56.86%60%-
HSV(B)85.34º54.98%82.75%-
XYZ40.2655.119.34-
YUV183.1278.27112.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 211 (82.81% from 255) = 45.09%
BLUE value IS 95 (37.5% from 255) = 20.30%
R=34.62%
G=45.09%
B=20.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162211950.2300.550.1785.3456.8660
HexA2D35F170371155393c
Octal24232313727067211257174
Binary10100010110100111011111101110110111100011010101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D35F; }

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

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

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

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

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

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

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

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