#A6CB3F

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

Shades of Atlantis #A6CB3F

Tints of Atlantis #A6CB3F

Color information

#A6CB3F (or 0xA6CB3F) is unknown color: approx Atlantis. HEX triplet: A6, CB and 3F. RGB value is (166,203,63). Sum of RGB (Red+Green+Blue) = 166+203+63=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CB3F is #5934C0. Grayscale: #B0B0B0. Windows color (decimal): -5846209 or 4180902. OLE color: 4180902.

HSL color Cylindrical-coordinate representation of color #A6CB3F: hue angle of 75.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6CB3F is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB16620363-
CMYK0.1800.690.20
HSL75.86º57.38%52.16%-
HSV(B)75.86º68.97%79.61%-
XYZ37.9851.1812.58-
YUV175.9864.24120.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 63 (25% from 255) = 14.58%
R=38.43%
G=46.99%
B=14.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166203630.1800.690.2075.8657.3852.16
HexA6CB3F12045144c3934
Octal24631377220105241147164
Binary10100110110010111111111001001000101101001001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CB3F; }

 p { color: rgb(166,203,63); }

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

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

 a { background-color: rgb(166,203,63); }

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

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

 span { border-color: rgb(166,203,63); }

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