#78E73A

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

Shades of Atlantis #78E73A

Tints of Atlantis #78E73A

Color information

#78E73A (or 0x78E73A) is unknown color: approx Atlantis. HEX triplet: 78, E7 and 3A. RGB value is (120,231,58). Sum of RGB (Red+Green+Blue) = 120+231+58=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 231 (90.62% from 255 or 56.48% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 231 - color contains mainly: green. Hex color #78E73A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78E73A is #8718C5. Grayscale: #B2B2B2. Windows color (decimal): -8853702 or 3860344. OLE color: 3860344.

HSL color Cylindrical-coordinate representation of color #78E73A: hue angle of 98.5º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78E73A is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB12023158-
CMYK0.4800.750.09
HSL98.5º78.28%56.67%-
HSV(B)98.5º74.89%90.59%-
XYZ37.0961.4513.91-
YUV178.0960.2386.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 231 (90.62% from 255) = 56.48%
BLUE value IS 58 (23.05% from 255) = 14.18%
R=29.34%
G=56.48%
B=14.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal120231580.4800.750.0998.578.2856.67
Hex78E73A3004B9624e39
Octal170347726001131114211671
Binary11110001110011111101011000001001011100111000101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78E73A; }

 p { color: rgb(120,231,58); }

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

<style>
 a { background-color: #78E73A; }

 a { background-color: rgb(120,231,58); }

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

<style>
 span { border-color: #78E73A; }

 span { border-color: rgb(120,231,58); }

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