#94C24C

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

Shades of Atlantis #94C24C

Tints of Atlantis #94C24C

Color information

#94C24C (or 0x94C24C) is unknown color: approx Atlantis. HEX triplet: 94, C2 and 4C. RGB value is (148,194,76). Sum of RGB (Red+Green+Blue) = 148+194+76=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #94C24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C24C is #6B3DB3. Grayscale: #A7A7A7. Windows color (decimal): -7028148 or 5030548. OLE color: 5030548.

HSL color Cylindrical-coordinate representation of color #94C24C: hue angle of 83.39º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94C24C is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB14819476-
CMYK0.2400.610.24
HSL83.39º49.17%52.94%-
HSV(B)83.39º60.82%76.08%-
XYZ32.8145.413.87-
YUV166.7976.76114.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 194 (76.17% from 255) = 46.41%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=35.41%
G=46.41%
B=18.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148194760.2400.610.2483.3949.1752.94
Hex94C24C1803D18533135
Octal22430211430075301236165
Binary10010100110000101001100110000111101110001010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,76); }

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

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

 a { background-color: rgb(148,194,76); }

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

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

 span { border-color: rgb(148,194,76); }

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