#94D653

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

Shades of Atlantis #94D653

Tints of Atlantis #94D653

Color information

#94D653 (or 0x94D653) is unknown color: approx Atlantis. HEX triplet: 94, D6 and 53. RGB value is (148,214,83). Sum of RGB (Red+Green+Blue) = 148+214+83=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #94D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D653 is #6B29AC. Grayscale: #B3B3B3. Windows color (decimal): -7023021 or 5494420. OLE color: 5494420.

HSL color Cylindrical-coordinate representation of color #94D653: hue angle of 90.23º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94D653 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB14821483-
CMYK0.3100.610.16
HSL90.23º61.5%58.24%-
HSV(B)90.23º61.21%83.92%-
XYZ37.8255.0116.81-
YUV179.3373.63105.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 83 (32.81% from 255) = 18.65%
R=33.26%
G=48.09%
B=18.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148214830.3100.610.1690.2361.558.24
Hex94D6531F03D105a3e3a
Octal22432612337075201327672
Binary10010100110101101010011111110111101100001011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,83); }

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

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

 a { background-color: rgb(148,214,83); }

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

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

 span { border-color: rgb(148,214,83); }

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