Html Css Color HEX #A5E140 Atlantis

📋 copy color: '#A5E140'

red 165 ◦ green 225 ◦ blue 64

#A5E140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A5E140

Tints of Atlantis #A5E140

RGB

 RED value IS 165 (64.84% from 255) = 36.34%

 GREEN value IS 225 (88.28% from 255) = 49.56%

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 36.34%
G = 49.56%
B = 14.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#A5E140 (or 0xA5E140) is known color: Atlantis. HEX triplet: A5, E1 and 40. RGB value is (165,225,64). Sum of RGB (Red+Green+Blue) = 165+225+64=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E140 is #5A1EBF. Grayscale: #BDBDBD. Windows color (decimal): -5906112 or 4252069. OLE color: 4252069.

HSL color Cylindrical-coordinate representation of color #A5E140: hue angle of 82.36º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5E140 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 64 -
CMYK 0.27 0 0.72 0.12
HSL 82.36º 0.73% 0.57% -
HSV(B) 82.36º 0.72% 0.88% -
XYZ 43.37 62.22 14.57 -
YUV 188.71 57.62 111.09 -
System Red Green Blue C M Y K H S L
Decimal 165 225 64 0.27 0 0.72 0.12 82.36 0.73 0.57
Hex A5 E1 40 1B 0 48 C 52 49 39
Octal 245 341 100 33 0 110 14 122 111 71
Binary 10100101 11100001 1000000 11011 0 1001000 1100 1010010 1001001 111001

Color Harmonies of #A5E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E140

Black with #A5E140

Text Example


Text Example

White with #A5E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E140; }

 p { color: rgb(165,225,64); }

 H1.HeaderClassName
 {
   color: #A5E140;
 }
 .AnyTagClassName
 {
   color: #A5E140;
 }
</style>

background-color css

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

 a { background-color: rgb(165,225,64); }

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

border-color css

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

 span { border-color: rgb(165,225,64); }

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