#a5e634

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

Shades of Atlantis #A5E634

Tints of Atlantis #A5E634

Color information

#A5E634 (or 0xA5E634) is unknown color: approx Atlantis. HEX triplet: A5, E6 and 34. RGB value is (165,230,52). Sum of RGB (Red+Green+Blue) = 165+230+52=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E634 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E634 is #5A19CB. Grayscale: #BEBEBE. Windows color (decimal): -5904844 or 3466917. OLE color: 3466917.

HSL color Cylindrical-coordinate representation of color #A5E634: hue angle of 81.91º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5E634 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB16523052-
CMYK0.2800.770.10
HSL81.91º78.07%55.29%-
HSV(B)81.91º77.39%90.2%-
XYZ44.4364.8413.42-
YUV190.2749.97109.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 230 (90.23% from 255) = 51.45%
BLUE value IS 52 (20.70% from 255) = 11.63%
R=36.91%
G=51.45%
B=11.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal165230520.2800.770.1081.9178.0755.29
HexA5E6341C04DA524e37
Octal245346643401151212211667
Binary10100101111001101101001110001001101101010100101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5e634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5e634; }

 p { color: rgb(165,230,52); }

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

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

 a { background-color: rgb(165,230,52); }

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

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

 span { border-color: rgb(165,230,52); }

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