Html Css Color HEX #A5E134 Atlantis

📋 copy color: '#A5E134'

red 165 ◦ green 225 ◦ blue 52

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

Shades of Atlantis #A5E134

Tints of Atlantis #A5E134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 37.33%
G = 50.9%
B = 11.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#A5E134 (or 0xA5E134) is known color: Atlantis. HEX triplet: A5, E1 and 34. RGB value is (165,225,52). Sum of RGB (Red+Green+Blue) = 165+225+52=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E134 is #5A1ECB. Grayscale: #BBBBBB. Windows color (decimal): -5906124 or 3465637. OLE color: 3465637.

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

Color convert

RGB 165 225 52 -
CMYK 0.27 0 0.77 0.12
HSL 80.81º 0.74% 0.54% -
HSV(B) 80.81º 0.77% 0.88% -
XYZ 43.06 62.1 12.97 -
YUV 187.34 51.62 112.07 -
System Red Green Blue C M Y K H S L
Decimal 165 225 52 0.27 0 0.77 0.12 80.81 0.74 0.54
Hex A5 E1 34 1B 0 4D C 51 4A 36
Octal 245 341 64 33 0 115 14 121 112 66
Binary 10100101 11100001 110100 11011 0 1001101 1100 1010001 1001010 110110

Color Harmonies of #A5E134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E134

Black with #A5E134

Text Example


Text Example

White with #A5E134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E134; }

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

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

background-color css

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

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

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

border-color css

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

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

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