Html Css Color HEX #A5E03E Atlantis

📋 copy color: '#A5E03E'

red 165 ◦ green 224 ◦ blue 62

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

Shades of Atlantis #A5E03E

Tints of Atlantis #A5E03E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.67%

 BLUE value IS 62 (24.61% from 255) = 13.75%

R = 36.59%
G = 49.67%
B = 13.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#A5E03E (or 0xA5E03E) is known color: Atlantis. HEX triplet: A5, E0 and 3E. RGB value is (165,224,62). Sum of RGB (Red+Green+Blue) = 165+224+62=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E03E is #5A1FC1. Grayscale: #BCBCBC. Windows color (decimal): -5906370 or 4120741. OLE color: 4120741.

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

Color convert

RGB 165 224 62 -
CMYK 0.26 0 0.72 0.12
HSL 81.85º 0.72% 0.56% -
HSV(B) 81.85º 0.72% 0.88% -
XYZ 43.04 61.66 14.19 -
YUV 187.89 56.95 111.67 -
System Red Green Blue C M Y K H S L
Decimal 165 224 62 0.26 0 0.72 0.12 81.85 0.72 0.56
Hex A5 E0 3E 1A 0 48 C 52 48 38
Octal 245 340 76 32 0 110 14 122 110 70
Binary 10100101 11100000 111110 11010 0 1001000 1100 1010010 1001000 111000

Color Harmonies of #A5E03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E03E

Black with #A5E03E

Text Example


Text Example

White with #A5E03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E03E; }

 p { color: rgb(165,224,62); }

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

background-color css

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

 a { background-color: rgb(165,224,62); }

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

border-color css

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

 span { border-color: rgb(165,224,62); }

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