#A5D63B

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

Shades of Atlantis #A5D63B

Tints of Atlantis #A5D63B

Color information

#A5D63B (or 0xA5D63B) is unknown color: approx Atlantis. HEX triplet: A5, D6 and 3B. RGB value is (165,214,59). Sum of RGB (Red+Green+Blue) = 165+214+59=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D63B is #5A29C4. Grayscale: #B6B6B6. Windows color (decimal): -5908933 or 3921573. OLE color: 3921573.

HSL color Cylindrical-coordinate representation of color #A5D63B: hue angle of 78.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5D63B is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB16521459-
CMYK0.2300.720.16
HSL78.97º65.4%53.53%-
HSV(B)78.97º72.43%83.92%-
XYZ40.3556.4112.9-
YUV181.6858.77116.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 214 (83.98% from 255) = 48.86%
BLUE value IS 59 (23.44% from 255) = 13.47%
R=37.67%
G=48.86%
B=13.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165214590.2300.720.1678.9765.453.53
HexA5D63B17048104f4136
Octal245326732701102011710166
Binary101001011101011011101110111010010001000010011111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D63B; }

 p { color: rgb(165,214,59); }

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

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

 a { background-color: rgb(165,214,59); }

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

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

 span { border-color: rgb(165,214,59); }

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