#94CC47

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

Shades of Atlantis #94CC47

Tints of Atlantis #94CC47

Color information

#94CC47 (or 0x94CC47) is unknown color: approx Atlantis. HEX triplet: 94, CC and 47. RGB value is (148,204,71). Sum of RGB (Red+Green+Blue) = 148+204+71=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CC47 is #6B33B8. Grayscale: #ACACAC. Windows color (decimal): -7025593 or 4705428. OLE color: 4705428.

HSL color Cylindrical-coordinate representation of color #94CC47: hue angle of 85.26º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94CC47 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB14820471-
CMYK0.2700.650.2
HSL85.26º56.6%53.92%-
HSV(B)85.26º65.2%80%-
XYZ34.9449.9413.76-
YUV172.0970.95110.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 204 (80.08% from 255) = 48.23%
BLUE value IS 71 (28.12% from 255) = 16.78%
R=34.99%
G=48.23%
B=16.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148204710.2700.650.285.2656.653.92
Hex94CC471B04114553936
Octal224314107330101241257166
Binary100101001100110010001111101101000001101001010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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