#A3D65C

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

Shades of Conifer #A3D65C

Tints of Conifer #A3D65C

Color information

#A3D65C (or 0xA3D65C) is unknown color: approx Conifer. HEX triplet: A3, D6 and 5C. RGB value is (163,214,92). Sum of RGB (Red+Green+Blue) = 163+214+92=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D65C is #5C29A3. Grayscale: #B9B9B9. Windows color (decimal): -6039972 or 6084259. OLE color: 6084259.

HSL color Cylindrical-coordinate representation of color #A3D65C: hue angle of 85.08º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3D65C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB16321492-
CMYK0.2400.570.16
HSL85.08º59.8%60%-
HSV(B)85.08º57.01%83.92%-
XYZ41.0856.6518.89-
YUV184.8475.6112.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 214 (83.98% from 255) = 45.63%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=34.75%
G=45.63%
B=19.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163214920.2400.570.1685.0859.860
HexA3D65C1803910553c3c
Octal24332613430071201257474
Binary10100011110101101011100110000111001100001010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D65C; }

 p { color: rgb(163,214,92); }

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

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

 a { background-color: rgb(163,214,92); }

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

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

 span { border-color: rgb(163,214,92); }

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