Html Css Color HEX #A5E139 Atlantis

📋 copy color: '#A5E139'

red 165 ◦ green 225 ◦ blue 57

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

Shades of Atlantis #A5E139

Tints of Atlantis #A5E139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.75%

R = 36.91%
G = 50.34%
B = 12.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#A5E139 (or 0xA5E139) is known color: Atlantis. HEX triplet: A5, E1 and 39. RGB value is (165,225,57). Sum of RGB (Red+Green+Blue) = 165+225+57=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E139 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E139 is #5A1EC6. Grayscale: #BCBCBC. Windows color (decimal): -5906119 or 3793317. OLE color: 3793317.

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

Color convert

RGB 165 225 57 -
CMYK 0.27 0 0.75 0.12
HSL 81.43º 0.74% 0.55% -
HSV(B) 81.43º 0.75% 0.88% -
XYZ 43.18 62.15 13.59 -
YUV 187.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 165 225 57 0.27 0 0.75 0.12 81.43 0.74 0.55
Hex A5 E1 39 1B 0 4B C 51 4A 37
Octal 245 341 71 33 0 113 14 121 112 67
Binary 10100101 11100001 111001 11011 0 1001011 1100 1010001 1001010 110111

Color Harmonies of #A5E139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E139

Black with #A5E139

Text Example


Text Example

White with #A5E139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E139; }

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

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

background-color css

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

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

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

border-color css

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

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

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