#94C647

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

Shades of Atlantis #94C647

Tints of Atlantis #94C647

Color information

#94C647 (or 0x94C647) is unknown color: approx Atlantis. HEX triplet: 94, C6 and 47. RGB value is (148,198,71). Sum of RGB (Red+Green+Blue) = 148+198+71=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #94C647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C647 is #6B39B8. Grayscale: #A9A9A9. Windows color (decimal): -7027129 or 4703892. OLE color: 4703892.

HSL color Cylindrical-coordinate representation of color #94C647: hue angle of 83.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94C647 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB14819871-
CMYK0.2500.640.22
HSL83.62º52.7%52.75%-
HSV(B)83.62º64.14%77.65%-
XYZ33.5447.1413.29-
YUV168.5772.94113.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 71 (28.12% from 255) = 17.03%
R=35.49%
G=47.48%
B=17.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148198710.2500.640.2283.6252.752.75
Hex94C6471904016543535
Octal224306107310100261246565
Binary100101001100011010001111100101000000101101010100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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