#94c34f

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

Shades of Atlantis #94C34F

Tints of Atlantis #94C34F

Color information

#94C34F (or 0x94C34F) is unknown color: approx Atlantis. HEX triplet: 94, C3 and 4F. RGB value is (148,195,79). Sum of RGB (Red+Green+Blue) = 148+195+79=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #94C34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C34F is #6B3CB0. Grayscale: #A8A8A8. Windows color (decimal): -7027889 or 5227412. OLE color: 5227412.

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

Color convert

RGB14819579-
CMYK0.2400.590.24
HSL84.31º49.15%53.73%-
HSV(B)84.31º59.49%76.47%-
XYZ33.1445.8914.51-
YUV167.7277.93113.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 79 (31.25% from 255) = 18.72%
R=35.07%
G=46.21%
B=18.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148195790.2400.590.2484.3149.1553.73
Hex94C34F1803B18543136
Octal22430311730073301246166
Binary10010100110000111001111110000111011110001010100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94c34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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