Html Css Color HEX #A5E13F Atlantis

📋 copy color: '#A5E13F'

red 165 ◦ green 225 ◦ blue 63

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

Shades of Atlantis #A5E13F

Tints of Atlantis #A5E13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.91%

R = 36.42%
G = 49.67%
B = 13.91%

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

#A5E13F (or 0xA5E13F) is known color: Atlantis. HEX triplet: A5, E1 and 3F. RGB value is (165,225,63). Sum of RGB (Red+Green+Blue) = 165+225+63=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E13F is #5A1EC0. Grayscale: #BDBDBD. Windows color (decimal): -5906113 or 4186533. OLE color: 4186533.

HSL color Cylindrical-coordinate representation of color #A5E13F: hue angle of 82.22º degrees, saturation: 0.73, 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 #A5E13F is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 63 -
CMYK 0.27 0 0.72 0.12
HSL 82.22º 0.73% 0.56% -
HSV(B) 82.22º 0.72% 0.88% -
XYZ 43.34 62.21 14.43 -
YUV 188.59 57.12 111.17 -
System Red Green Blue C M Y K H S L
Decimal 165 225 63 0.27 0 0.72 0.12 82.22 0.73 0.56
Hex A5 E1 3F 1B 0 48 C 52 49 38
Octal 245 341 77 33 0 110 14 122 111 70
Binary 10100101 11100001 111111 11011 0 1001000 1100 1010010 1001001 111000

Color Harmonies of #A5E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E13F

Black with #A5E13F

Text Example


Text Example

White with #A5E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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