Html Css Color HEX #A5E437 Atlantis

📋 copy color: '#A5E437'

red 165 ◦ green 228 ◦ blue 55

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

Shades of Atlantis #A5E437

Tints of Atlantis #A5E437

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.89%

 BLUE value IS 55 (21.88% from 255) = 12.28%

R = 36.83%
G = 50.89%
B = 12.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#A5E437 (or 0xA5E437) is known color: Atlantis. HEX triplet: A5, E4 and 37. RGB value is (165,228,55). Sum of RGB (Red+Green+Blue) = 165+228+55=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E437 is #5A1BC8. Grayscale: #BEBEBE. Windows color (decimal): -5905353 or 3663013. OLE color: 3663013.

HSL color Cylindrical-coordinate representation of color #A5E437: hue angle of 81.85º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5E437 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 55 -
CMYK 0.28 0 0.76 0.11
HSL 81.85º 0.76% 0.55% -
HSV(B) 81.85º 0.76% 0.89% -
XYZ 43.95 63.76 13.61 -
YUV 189.44 52.13 110.57 -
System Red Green Blue C M Y K H S L
Decimal 165 228 55 0.28 0 0.76 0.11 81.85 0.76 0.55
Hex A5 E4 37 1C 0 4C B 52 4C 37
Octal 245 344 67 34 0 114 13 122 114 67
Binary 10100101 11100100 110111 11100 0 1001100 1011 1010010 1001100 110111

Color Harmonies of #A5E437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E437

Black with #A5E437

Text Example


Text Example

White with #A5E437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E437; }

 p { color: rgb(165,228,55); }

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

background-color css

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

 a { background-color: rgb(165,228,55); }

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

border-color css

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

 span { border-color: rgb(165,228,55); }

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