#A3D568

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

Shades of Conifer #A3D568

Tints of Conifer #A3D568

Color information

#A3D568 (or 0xA3D568) is unknown color: approx Conifer. HEX triplet: A3, D5 and 68. RGB value is (163,213,104). Sum of RGB (Red+Green+Blue) = 163+213+104=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D568 is #5C2A97. Grayscale: #BABABA. Windows color (decimal): -6040216 or 6870435. OLE color: 6870435.

HSL color Cylindrical-coordinate representation of color #A3D568: hue angle of 87.52º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3D568 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB163213104-
CMYK0.2300.510.16
HSL87.52º56.48%62.16%-
HSV(B)87.52º51.17%83.53%-
XYZ41.456.3721.8-
YUV185.6281.94111.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=33.96%
G=44.38%
B=21.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632131040.2300.510.1687.5256.4862.16
HexA3D568170331058383e
Octal24332515027063201307076
Binary10100011110101011101000101110110011100001011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D568; }

 p { color: rgb(163,213,104); }

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

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

 a { background-color: rgb(163,213,104); }

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

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

 span { border-color: rgb(163,213,104); }

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