Html Css Color HEX #A5D740 Atlantis

📋 copy color: '#A5D740'

red 165 ◦ green 215 ◦ blue 64

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

Shades of Atlantis #A5D740

Tints of Atlantis #A5D740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 37.16%
G = 48.42%
B = 14.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#A5D740 (or 0xA5D740) is known color: Atlantis. HEX triplet: A5, D7 and 40. RGB value is (165,215,64). Sum of RGB (Red+Green+Blue) = 165+215+64=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D740 is #5A28BF. Grayscale: #B7B7B7. Windows color (decimal): -5908672 or 4249509. OLE color: 4249509.

HSL color Cylindrical-coordinate representation of color #A5D740: hue angle of 79.87º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5D740 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 64 -
CMYK 0.23 0 0.70 0.16
HSL 79.87º 0.65% 0.55% -
HSV(B) 79.87º 0.7% 0.84% -
XYZ 40.74 56.97 13.7 -
YUV 182.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 165 215 64 0.23 0 0.70 0.16 79.87 0.65 0.55
Hex A5 D7 40 17 0 46 10 50 41 37
Octal 245 327 100 27 0 106 20 120 101 67
Binary 10100101 11010111 1000000 10111 0 1000110 10000 1010000 1000001 110111

Color Harmonies of #A5D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D740

Black with #A5D740

Text Example


Text Example

White with #A5D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D740; }

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

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

background-color css

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

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

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

border-color css

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

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

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