#94CC51

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

Shades of Atlantis #94CC51

Tints of Atlantis #94CC51

Color information

#94CC51 (or 0x94CC51) is unknown color: approx Atlantis. HEX triplet: 94, CC and 51. RGB value is (148,204,81). Sum of RGB (Red+Green+Blue) = 148+204+81=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC51 is #6B33AE. Grayscale: #ADADAD. Windows color (decimal): -7025583 or 5360788. OLE color: 5360788.

HSL color Cylindrical-coordinate representation of color #94CC51: hue angle of 87.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94CC51 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB14820481-
CMYK0.2700.600.2
HSL87.32º54.67%55.88%-
HSV(B)87.32º60.29%80%-
XYZ35.2950.0815.59-
YUV173.2375.95110-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 81 (32.03% from 255) = 18.71%
R=34.18%
G=47.11%
B=18.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148204810.2700.600.287.3254.6755.88
Hex94CC511B03C14573738
Octal22431412133074241276770
Binary10010100110011001010001110110111100101001010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CC51; }

 p { color: rgb(148,204,81); }

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

<style>
 a { background-color: #94CC51; }

 a { background-color: rgb(148,204,81); }

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

<style>
 span { border-color: #94CC51; }

 span { border-color: rgb(148,204,81); }

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