#78EA3C

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

Shades of Atlantis #78EA3C

Tints of Atlantis #78EA3C

Color information

#78EA3C (or 0x78EA3C) is unknown color: approx Atlantis. HEX triplet: 78, EA and 3C. RGB value is (120,234,60). Sum of RGB (Red+Green+Blue) = 120+234+60=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 234 (91.80% from 255 or 56.52% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 234 - color contains mainly: green. Hex color #78EA3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78EA3C is #8715C3. Grayscale: #B4B4B4. Windows color (decimal): -8852932 or 3992184. OLE color: 3992184.

HSL color Cylindrical-coordinate representation of color #78EA3C: hue angle of 99.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78EA3C is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB12023460-
CMYK0.4900.740.08
HSL99.31º80.56%57.65%-
HSV(B)99.31º74.36%91.76%-
XYZ37.9863.1614.47-
YUV180.0860.2385.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 234 (91.80% from 255) = 56.52%
BLUE value IS 60 (23.83% from 255) = 14.49%
R=28.99%
G=56.52%
B=14.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal120234600.4900.740.0899.3180.5657.65
Hex78EA3C3104A863513a
Octal170352746101121014312172
Binary11110001110101011110011000101001010100011000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,234,60); }

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

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

 a { background-color: rgb(120,234,60); }

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

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

 span { border-color: rgb(120,234,60); }

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