#7AF134

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

Shades of Atlantis #7AF134

Tints of Atlantis #7AF134

Color information

#7AF134 (or 0x7AF134) is unknown color: approx Atlantis. HEX triplet: 7A, F1 and 34. RGB value is (122,241,52). Sum of RGB (Red+Green+Blue) = 122+241+52=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF134 is #850ECB. Grayscale: #B8B8B8. Windows color (decimal): -8720076 or 3469690. OLE color: 3469690.

HSL color Cylindrical-coordinate representation of color #7AF134: hue angle of 97.78º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AF134 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB12224152-
CMYK0.4900.780.05
HSL97.78º87.1%57.45%-
HSV(B)97.78º78.42%94.51%-
XYZ40.167.314.12-
YUV183.8753.5883.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 241 (94.53% from 255) = 58.07%
BLUE value IS 52 (20.70% from 255) = 12.53%
R=29.40%
G=58.07%
B=12.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122241520.4900.780.0597.7887.157.45
Hex7AF1343104E5625739
Octal17236164610116514212771
Binary1111010111100011101001100010100111010111000101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,241,52); }

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

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

 a { background-color: rgb(122,241,52); }

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

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

 span { border-color: rgb(122,241,52); }

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