#A8CF40

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

Shades of Atlantis #A8CF40

Tints of Atlantis #A8CF40

Color information

#A8CF40 (or 0xA8CF40) is unknown color: approx Atlantis. HEX triplet: A8, CF and 40. RGB value is (168,207,64). Sum of RGB (Red+Green+Blue) = 168+207+64=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF40 is #5730BF. Grayscale: #B3B3B3. Windows color (decimal): -5714112 or 4247464. OLE color: 4247464.

HSL color Cylindrical-coordinate representation of color #A8CF40: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8CF40 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB16820764-
CMYK0.1900.690.19
HSL76.36º59.83%53.14%-
HSV(B)76.36º69.08%81.18%-
XYZ39.3953.3213.07-
YUV179.0463.08120.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 207 (81.25% from 255) = 47.15%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=38.27%
G=47.15%
B=14.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168207640.1900.690.1976.3659.8353.14
HexA8CF4013045134c3c35
Octal250317100230105231147465
Binary101010001100111110000001001101000101100111001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CF40; }

 p { color: rgb(168,207,64); }

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

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

 a { background-color: rgb(168,207,64); }

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

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

 span { border-color: rgb(168,207,64); }

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