#94BE4E

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

Shades of Atlantis #94BE4E

Tints of Atlantis #94BE4E

Color information

#94BE4E (or 0x94BE4E) is unknown color: approx Atlantis. HEX triplet: 94, BE and 4E. RGB value is (148,190,78). Sum of RGB (Red+Green+Blue) = 148+190+78=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE4E is #6B41B1. Grayscale: #A5A5A5. Windows color (decimal): -7029170 or 5160596. OLE color: 5160596.

HSL color Cylindrical-coordinate representation of color #94BE4E: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94BE4E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB14819078-
CMYK0.2200.590.25
HSL82.5º46.28%52.55%-
HSV(B)82.5º58.95%74.51%-
XYZ3243.6713.95-
YUV164.6779.09116.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=35.58%
G=45.67%
B=18.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148190780.2200.590.2582.546.2852.55
Hex94BE4E1603B19522e35
Octal22427611626073311225665
Binary10010100101111101001110101100111011110011010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,78); }

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

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

 a { background-color: rgb(148,190,78); }

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

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

 span { border-color: rgb(148,190,78); }

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