#94BE48

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

Shades of Atlantis #94BE48

Tints of Atlantis #94BE48

Color information

#94BE48 (or 0x94BE48) is unknown color: approx Atlantis. HEX triplet: 94, BE and 48. RGB value is (148,190,72). Sum of RGB (Red+Green+Blue) = 148+190+72=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BE48 is #6B41B7. Grayscale: #A4A4A4. Windows color (decimal): -7029176 or 4767380. OLE color: 4767380.

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

Color convert

RGB14819072-
CMYK0.2200.620.25
HSL81.36º47.58%51.37%-
HSV(B)81.36º62.11%74.51%-
XYZ31.843.5912.87-
YUV163.9976.09116.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=36.10%
G=46.34%
B=17.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148190720.2200.620.2581.3647.5851.37
Hex94BE481603E19513033
Octal22427611026076311216063
Binary10010100101111101001000101100111110110011010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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