#94C33C

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

Shades of Atlantis #94C33C

Tints of Atlantis #94C33C

Color information

#94C33C (or 0x94C33C) is unknown color: approx Atlantis. HEX triplet: 94, C3 and 3C. RGB value is (148,195,60). Sum of RGB (Red+Green+Blue) = 148+195+60=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #94C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C33C is #6B3CC3. Grayscale: #A6A6A6. Windows color (decimal): -7027908 or 3982228. OLE color: 3982228.

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

Color convert

RGB14819560-
CMYK0.2400.690.24
HSL80.89º52.94%50%-
HSV(B)80.89º69.23%76.47%-
XYZ32.5445.6511.37-
YUV165.5668.43115.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 60 (23.83% from 255) = 14.89%
R=36.72%
G=48.39%
B=14.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148195600.2400.690.2480.8952.9450
Hex94C33C1804518513532
Octal22430374300105301216562
Binary10010100110000111111001100001000101110001010001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,60); }

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

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

 a { background-color: rgb(148,195,60); }

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

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

 span { border-color: rgb(148,195,60); }

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