#94C452

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

Shades of Atlantis #94C452

Tints of Atlantis #94C452

Color information

#94C452 (or 0x94C452) is unknown color: approx Atlantis. HEX triplet: 94, C4 and 52. RGB value is (148,196,82). Sum of RGB (Red+Green+Blue) = 148+196+82=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #94C452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C452 is #6B3BAD. Grayscale: #A9A9A9. Windows color (decimal): -7027630 or 5424276. OLE color: 5424276.

HSL color Cylindrical-coordinate representation of color #94C452: hue angle of 85.26º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94C452 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB14819682-
CMYK0.2400.580.23
HSL85.26º49.14%54.51%-
HSV(B)85.26º58.16%76.86%-
XYZ33.4846.3815.17-
YUV168.6579.1113.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 82 (32.42% from 255) = 19.25%
R=34.74%
G=46.01%
B=19.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148196820.2400.580.2385.2649.1454.51
Hex94C4521803A17553137
Octal22430412230072271256167
Binary10010100110001001010010110000111010101111010101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,196,82); }

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

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

 a { background-color: rgb(148,196,82); }

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

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

 span { border-color: rgb(148,196,82); }

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