#93D248

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

Shades of Atlantis #93D248

Tints of Atlantis #93D248

Color information

#93D248 (or 0x93D248) is unknown color: approx Atlantis. HEX triplet: 93, D2 and 48. RGB value is (147,210,72). Sum of RGB (Red+Green+Blue) = 147+210+72=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #93D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D248 is #6C2DB7. Grayscale: #AFAFAF. Windows color (decimal): -7089592 or 4772499. OLE color: 4772499.

HSL color Cylindrical-coordinate representation of color #93D248: hue angle of 87.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93D248 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB14721072-
CMYK0.3000.660.18
HSL87.39º60.53%55.29%-
HSV(B)87.39º65.71%82.35%-
XYZ36.2552.7614.4-
YUV175.4369.63107.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=34.27%
G=48.95%
B=16.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147210720.3000.660.1887.3960.5355.29
Hex93D2481E04212573d37
Octal223322110360102221277567
Binary100100111101001010010001111001000010100101010111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D248; }

 p { color: rgb(147,210,72); }

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

<style>
 a { background-color: #93D248; }

 a { background-color: rgb(147,210,72); }

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

<style>
 span { border-color: #93D248; }

 span { border-color: rgb(147,210,72); }

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