#A3CC5A

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

Shades of Conifer #A3CC5A

Tints of Conifer #A3CC5A

Color information

#A3CC5A (or 0xA3CC5A) is unknown color: approx Conifer. HEX triplet: A3, CC and 5A. RGB value is (163,204,90). Sum of RGB (Red+Green+Blue) = 163+204+90=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC5A is #5C33A5. Grayscale: #B3B3B3. Windows color (decimal): -6042534 or 5950627. OLE color: 5950627.

HSL color Cylindrical-coordinate representation of color #A3CC5A: hue angle of 81.58º 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 #A3CC5A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB16320490-
CMYK0.2000.560.2
HSL81.58º52.78%57.65%-
HSV(B)81.58º55.88%80%-
XYZ38.5451.7117.62-
YUV178.7477.92116.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 90 (35.55% from 255) = 19.69%
R=35.67%
G=44.64%
B=19.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal163204900.2000.560.281.5852.7857.65
HexA3CC5A140381452353a
Octal24331413224070241226572
Binary10100011110011001011010101000111000101001010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC5A; }

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

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

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

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

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

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

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

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