#94C14F

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

Shades of Atlantis #94C14F

Tints of Atlantis #94C14F

Color information

#94C14F (or 0x94C14F) is unknown color: approx Atlantis. HEX triplet: 94, C1 and 4F. RGB value is (148,193,79). Sum of RGB (Red+Green+Blue) = 148+193+79=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #94C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C14F is #6B3EB0. Grayscale: #A6A6A6. Windows color (decimal): -7028401 or 5226900. OLE color: 5226900.

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

Color convert

RGB14819379-
CMYK0.2300.590.24
HSL83.68º47.9%53.33%-
HSV(B)83.68º59.07%75.69%-
XYZ32.694514.36-
YUV166.5578.59114.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=35.24%
G=45.95%
B=18.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193790.2300.590.2483.6847.953.33
Hex94C14F1703B18543035
Octal22430111727073301246065
Binary10010100110000011001111101110111011110001010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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