#A5C13F

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

Shades of Atlantis #A5C13F

Tints of Atlantis #A5C13F

Color information

#A5C13F (or 0xA5C13F) is unknown color: approx Atlantis. HEX triplet: A5, C1 and 3F. RGB value is (165,193,63). Sum of RGB (Red+Green+Blue) = 165+193+63=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C13F is #5A3EC0. Grayscale: #AAAAAA. Windows color (decimal): -5914305 or 4178341. OLE color: 4178341.

HSL color Cylindrical-coordinate representation of color #A5C13F: hue angle of 72.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5C13F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB16519363-
CMYK0.1500.670.24
HSL72.92º51.18%50.2%-
HSV(B)72.92º67.36%75.69%-
XYZ35.4846.511.81-
YUV169.8167.72124.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 63 (25% from 255) = 14.96%
R=39.19%
G=45.84%
B=14.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165193630.1500.670.2472.9251.1850.2
HexA5C13FF04318493332
Octal24530177170103301116362
Binary1010010111000001111111111101000011110001001001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C13F; }

 p { color: rgb(165,193,63); }

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

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

 a { background-color: rgb(165,193,63); }

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

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

 span { border-color: rgb(165,193,63); }

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