#94C351

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

Shades of Atlantis #94C351

Tints of Atlantis #94C351

Color information

#94C351 (or 0x94C351) is unknown color: approx Atlantis. HEX triplet: 94, C3 and 51. RGB value is (148,195,81). Sum of RGB (Red+Green+Blue) = 148+195+81=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #94C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C351 is #6B3CAE. Grayscale: #A8A8A8. Windows color (decimal): -7027887 or 5358484. OLE color: 5358484.

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

Color convert

RGB14819581-
CMYK0.2400.580.24
HSL84.74º48.72%54.12%-
HSV(B)84.74º58.46%76.47%-
XYZ33.2145.9214.9-
YUV167.9578.93113.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 81 (32.03% from 255) = 19.10%
R=34.91%
G=45.99%
B=19.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148195810.2400.580.2484.7448.7254.12
Hex94C3511803A18553136
Octal22430312130072301256166
Binary10010100110000111010001110000111010110001010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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