#A3CF4E

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

Shades of Atlantis #A3CF4E

Tints of Atlantis #A3CF4E

Color information

#A3CF4E (or 0xA3CF4E) is unknown color: approx Atlantis. HEX triplet: A3, CF and 4E. RGB value is (163,207,78). Sum of RGB (Red+Green+Blue) = 163+207+78=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF4E is #5C30B1. Grayscale: #B3B3B3. Windows color (decimal): -6041778 or 5164963. OLE color: 5164963.

HSL color Cylindrical-coordinate representation of color #A3CF4E: hue angle of 80.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3CF4E is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB16320778-
CMYK0.2100.620.19
HSL80.47º57.33%55.88%-
HSV(B)80.47º62.32%81.18%-
XYZ38.7952.9615.39-
YUV179.1470.92116.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 78 (30.86% from 255) = 17.41%
R=36.38%
G=46.21%
B=17.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163207780.2100.620.1980.4757.3355.88
HexA3CF4E1503E13503938
Octal24331711625076231207170
Binary10100011110011111001110101010111110100111010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CF4E; }

 p { color: rgb(163,207,78); }

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

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

 a { background-color: rgb(163,207,78); }

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

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

 span { border-color: rgb(163,207,78); }

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