#A3D25A

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

Shades of Conifer #A3D25A

Tints of Conifer #A3D25A

Color information

#A3D25A (or 0xA3D25A) is unknown color: approx Conifer. HEX triplet: A3, D2 and 5A. RGB value is (163,210,90). Sum of RGB (Red+Green+Blue) = 163+210+90=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D25A is #5C2DA5. Grayscale: #B6B6B6. Windows color (decimal): -6040998 or 5952163. OLE color: 5952163.

HSL color Cylindrical-coordinate representation of color #A3D25A: hue angle of 83.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3D25A is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB16321090-
CMYK0.2200.570.18
HSL83.5º57.14%58.82%-
HSV(B)83.5º57.14%82.35%-
XYZ4054.6218.11-
YUV182.2775.93114.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=35.21%
G=45.36%
B=19.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163210900.2200.570.1883.557.1458.82
HexA3D25A160391254393b
Octal24332213226071221247173
Binary10100011110100101011010101100111001100101010100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D25A; }

 p { color: rgb(163,210,90); }

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

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

 a { background-color: rgb(163,210,90); }

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

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

 span { border-color: rgb(163,210,90); }

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