#A6CF36

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

Shades of Atlantis #A6CF36

Tints of Atlantis #A6CF36

Color information

#A6CF36 (or 0xA6CF36) is unknown color: approx Atlantis. HEX triplet: A6, CF and 36. RGB value is (166,207,54). Sum of RGB (Red+Green+Blue) = 166+207+54=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF36 is #5930C9. Grayscale: #B1B1B1. Windows color (decimal): -5845194 or 3592102. OLE color: 3592102.

HSL color Cylindrical-coordinate representation of color #A6CF36: hue angle of 76.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6CF36 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB16620754-
CMYK0.2000.740.19
HSL76.08º61.45%51.18%-
HSV(B)76.08º73.91%81.18%-
XYZ38.75311.68-
YUV177.358.42119.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 207 (81.25% from 255) = 48.48%
BLUE value IS 54 (21.48% from 255) = 12.65%
R=38.88%
G=48.48%
B=12.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207540.2000.740.1976.0861.4551.18
HexA6CF361404A134c3d33
Octal24631766240112231147563
Binary10100110110011111101101010001001010100111001100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF36; }

 p { color: rgb(166,207,54); }

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

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

 a { background-color: rgb(166,207,54); }

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

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

 span { border-color: rgb(166,207,54); }

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