#94C742

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

Shades of Atlantis #94C742

Tints of Atlantis #94C742

Color information

#94C742 (or 0x94C742) is unknown color: approx Atlantis. HEX triplet: 94, C7 and 42. RGB value is (148,199,66). Sum of RGB (Red+Green+Blue) = 148+199+66=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #94C742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C742 is #6B38BD. Grayscale: #A9A9A9. Windows color (decimal): -7026878 or 4376468. OLE color: 4376468.

HSL color Cylindrical-coordinate representation of color #94C742: hue angle of 83.01º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94C742 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB14819966-
CMYK0.2600.670.22
HSL83.01º54.29%51.96%-
HSV(B)83.01º66.83%78.04%-
XYZ33.6247.5412.56-
YUV168.5970.1113.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 199 (78.12% from 255) = 48.18%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=35.84%
G=48.18%
B=15.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148199660.2600.670.2283.0154.2951.96
Hex94C7421A04316533634
Octal224307102320103261236664
Binary100101001100011110000101101001000011101101010011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,199,66); }

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

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

 a { background-color: rgb(148,199,66); }

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

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

 span { border-color: rgb(148,199,66); }

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