#7AD539

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

Shades of Atlantis #7AD539

Tints of Atlantis #7AD539

Color information

#7AD539 (or 0x7AD539) is unknown color: approx Atlantis. HEX triplet: 7A, D5 and 39. RGB value is (122,213,57). Sum of RGB (Red+Green+Blue) = 122+213+57=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD539 is #852AC6. Grayscale: #A8A8A8. Windows color (decimal): -8727239 or 3790202. OLE color: 3790202.

HSL color Cylindrical-coordinate representation of color #7AD539: hue angle of 95º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AD539 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB12221357-
CMYK0.4300.730.16
HSL95º65%52.94%-
HSV(B)95º73.24%83.53%-
XYZ32.5652.0212.2-
YUV168.0165.3595.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.12%
GREEN value IS 213 (83.59% from 255) = 54.34%
BLUE value IS 57 (22.66% from 255) = 14.54%
R=31.12%
G=54.34%
B=14.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal122213570.4300.730.16956552.94
Hex7AD5392B049105f4135
Octal172325715301112013710165
Binary111101011010101111001101011010010011000010111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,213,57); }

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

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

 a { background-color: rgb(122,213,57); }

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

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

 span { border-color: rgb(122,213,57); }

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