#7ADA37

Color #7ADA37 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #7ADA37

Tints of Atlantis #7ADA37

Color information

#7ADA37 (or 0x7ADA37) is unknown color: approx Atlantis. HEX triplet: 7A, DA and 37. RGB value is (122,218,55). Sum of RGB (Red+Green+Blue) = 122+218+55=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADA37 is #8525C8. Grayscale: #ABABAB. Windows color (decimal): -8725961 or 3660410. OLE color: 3660410.

HSL color Cylindrical-coordinate representation of color #7ADA37: hue angle of 95.34º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ADA37 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB12221855-
CMYK0.4400.750.15
HSL95.34º68.78%53.53%-
HSV(B)95.34º74.77%85.49%-
XYZ33.7954.5612.36-
YUV170.7162.793.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 218 (85.55% from 255) = 55.19%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=30.89%
G=55.19%
B=13.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122218550.4400.750.1595.3468.7853.53
Hex7ADA372C04BF5f4536
Octal172332675401131713710566
Binary11110101101101011011110110001001011111110111111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ADA37; }

 p { color: rgb(122,218,55); }

 H1.HeaderClassName
 {
   color: #7ADA37;
 }
 .AnyTagClassName
 {
   color: #7ADA37;
 }
</style>
background-color css

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

 a { background-color: rgb(122,218,55); }

 div.DivClassName
 {
   background-color: #7ADA37;
 }
 .BgClassName
 {
   background-color: #7ADA37;
 }
</style>
border-color css

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

 span { border-color: rgb(122,218,55); }

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