Html Css Color HEX #A2D740 Atlantis

📋 copy color: '#A2D740'

red 162 ◦ green 215 ◦ blue 64

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

Shades of Atlantis #A2D740

Tints of Atlantis #A2D740

RGB

 RED value IS 162 (63.67% from 255) = 36.73%

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

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

R = 36.73%
G = 48.75%
B = 14.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#A2D740 (or 0xA2D740) is known color: Atlantis. HEX triplet: A2, D7 and 40. RGB value is (162,215,64). Sum of RGB (Red+Green+Blue) = 162+215+64=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D740 is #5D28BF. Grayscale: #B6B6B6. Windows color (decimal): -6105280 or 4249506. OLE color: 4249506.

HSL color Cylindrical-coordinate representation of color #A2D740: hue angle of 81.06º 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 #A2D740 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 64 -
CMYK 0.25 0 0.70 0.16
HSL 81.06º 0.65% 0.55% -
HSV(B) 81.06º 0.7% 0.84% -
XYZ 40.13 56.65 13.67 -
YUV 181.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 162 215 64 0.25 0 0.70 0.16 81.06 0.65 0.55
Hex A2 D7 40 19 0 46 10 51 41 37
Octal 242 327 100 31 0 106 20 121 101 67
Binary 10100010 11010111 1000000 11001 0 1000110 10000 1010001 1000001 110111

Color Harmonies of #A2D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D740

Black with #A2D740

Text Example


Text Example

White with #A2D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D740; }

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

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

background-color css

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

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

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

border-color css

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

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

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