Html Css Color HEX #A5C540 Atlantis

📋 copy color: '#A5C540'

red 165 ◦ green 197 ◦ blue 64

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

Shades of Atlantis #A5C540

Tints of Atlantis #A5C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.24%

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 38.73%
G = 46.24%
B = 15.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#A5C540 (or 0xA5C540) is known color: Atlantis. HEX triplet: A5, C5 and 40. RGB value is (165,197,64). Sum of RGB (Red+Green+Blue) = 165+197+64=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C540 is #5A3ABF. Grayscale: #ACACAC. Windows color (decimal): -5913280 or 4244901. OLE color: 4244901.

HSL color Cylindrical-coordinate representation of color #A5C540: hue angle of 74.44º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5C540 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 64 -
CMYK 0.16 0 0.68 0.23
HSL 74.44º 0.53% 0.51% -
HSV(B) 74.44º 0.68% 0.77% -
XYZ 36.41 48.3 12.25 -
YUV 172.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 165 197 64 0.16 0 0.68 0.23 74.44 0.53 0.51
Hex A5 C5 40 10 0 44 17 4A 35 33
Octal 245 305 100 20 0 104 27 112 65 63
Binary 10100101 11000101 1000000 10000 0 1000100 10111 1001010 110101 110011

Color Harmonies of #A5C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C540

Black with #A5C540

Text Example


Text Example

White with #A5C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C540; }

 p { color: rgb(165,197,64); }

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

background-color css

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

 a { background-color: rgb(165,197,64); }

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

border-color css

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

 span { border-color: rgb(165,197,64); }

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