#94C247

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

Shades of Atlantis #94C247

Tints of Atlantis #94C247

Color information

#94C247 (or 0x94C247) is unknown color: approx Atlantis. HEX triplet: 94, C2 and 47. RGB value is (148,194,71). Sum of RGB (Red+Green+Blue) = 148+194+71=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #94C247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C247 is #6B3DB8. Grayscale: #A6A6A6. Windows color (decimal): -7028153 or 4702868. OLE color: 4702868.

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

Color convert

RGB14819471-
CMYK0.2400.630.24
HSL82.44º50.2%51.96%-
HSV(B)82.44º63.4%76.08%-
XYZ32.6445.3312.99-
YUV166.2274.26115-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 194 (76.17% from 255) = 46.97%
BLUE value IS 71 (28.12% from 255) = 17.19%
R=35.84%
G=46.97%
B=17.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148194710.2400.630.2482.4450.251.96
Hex94C2471803F18523234
Octal22430210730077301226264
Binary10010100110000101000111110000111111110001010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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