#7AEE33

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

Shades of Atlantis #7AEE33

Tints of Atlantis #7AEE33

Color information

#7AEE33 (or 0x7AEE33) is unknown color: approx Atlantis. HEX triplet: 7A, EE and 33. RGB value is (122,238,51). Sum of RGB (Red+Green+Blue) = 122+238+51=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 238 (93.36% from 255 or 57.91% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEE33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEE33 is #8511CC. Grayscale: #B6B6B6. Windows color (decimal): -8720845 or 3403386. OLE color: 3403386.

HSL color Cylindrical-coordinate representation of color #7AEE33: hue angle of 97.22º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AEE33 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB12223851-
CMYK0.4900.790.07
HSL97.22º84.62%56.67%-
HSV(B)97.22º78.57%93.33%-
XYZ39.265.5313.71-
YUV18254.0785.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 238 (93.36% from 255) = 57.91%
BLUE value IS 51 (20.31% from 255) = 12.41%
R=29.68%
G=57.91%
B=12.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122238510.4900.790.0797.2284.6256.67
Hex7AEE333104F7615539
Octal17235663610117714112571
Binary1111010111011101100111100010100111111111000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,238,51); }

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

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

 a { background-color: rgb(122,238,51); }

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

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

 span { border-color: rgb(122,238,51); }

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