#7aef3d

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

Shades of Atlantis #7AEF3D

Tints of Atlantis #7AEF3D

Color information

#7AEF3D (or 0x7AEF3D) is unknown color: approx Atlantis. HEX triplet: 7A, EF and 3D. RGB value is (122,239,61). Sum of RGB (Red+Green+Blue) = 122+239+61=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEF3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEF3D is #8510C2. Grayscale: #B8B8B8. Windows color (decimal): -8720579 or 4059002. OLE color: 4059002.

HSL color Cylindrical-coordinate representation of color #7AEF3D: hue angle of 99.44º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AEF3D is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB12223961-
CMYK0.4900.740.06
HSL99.44º84.76%58.82%-
HSV(B)99.44º74.48%93.73%-
XYZ39.7366.2115.1-
YUV183.7258.7483.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 239 (93.75% from 255) = 56.64%
BLUE value IS 61 (24.22% from 255) = 14.45%
R=28.91%
G=56.64%
B=14.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal122239610.4900.740.0699.4484.7658.82
Hex7AEF3D3104A663553b
Octal17235775610112614312573
Binary1111010111011111111011100010100101011011000111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aef3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,239,61); }

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

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

 a { background-color: rgb(122,239,61); }

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

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

 span { border-color: rgb(122,239,61); }

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