#93D84B

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

Shades of Atlantis #93D84B

Tints of Atlantis #93D84B

Color information

#93D84B (or 0x93D84B) is unknown color: approx Atlantis. HEX triplet: 93, D8 and 4B. RGB value is (147,216,75). Sum of RGB (Red+Green+Blue) = 147+216+75=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #93D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D84B is #6C27B4. Grayscale: #B3B3B3. Windows color (decimal): -7088053 or 4970643. OLE color: 4970643.

HSL color Cylindrical-coordinate representation of color #93D84B: hue angle of 89.36º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93D84B is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14721675-
CMYK0.3200.650.15
HSL89.36º64.38%57.06%-
HSV(B)89.36º65.28%84.71%-
XYZ37.8655.8215.44-
YUV179.369.14104.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 216 (84.77% from 255) = 49.32%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=33.56%
G=49.32%
B=17.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147216750.3200.650.1589.3664.3857.06
Hex93D84B20041F594039
Octal2233301134001011713110071
Binary1001001111011000100101110000001000001111110110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,216,75); }

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

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

 a { background-color: rgb(147,216,75); }

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

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

 span { border-color: rgb(147,216,75); }

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