#A3D25E

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

Shades of Conifer #A3D25E

Tints of Conifer #A3D25E

Color information

#A3D25E (or 0xA3D25E) is unknown color: approx Conifer. HEX triplet: A3, D2 and 5E. RGB value is (163,210,94). Sum of RGB (Red+Green+Blue) = 163+210+94=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D25E is #5C2DA1. Grayscale: #B7B7B7. Windows color (decimal): -6040994 or 6214307. OLE color: 6214307.

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

Color convert

RGB16321094-
CMYK0.2200.550.18
HSL84.31º56.31%59.61%-
HSV(B)84.31º55.24%82.35%-
XYZ40.1754.6919.03-
YUV182.7277.93113.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 210 (82.42% from 255) = 44.97%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=34.90%
G=44.97%
B=20.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163210940.2200.550.1884.3156.3159.61
HexA3D25E160371254383c
Octal24332213626067221247074
Binary10100011110100101011110101100110111100101010100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D25E; }

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

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

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

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

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

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

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

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