#93CC43

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

Shades of Atlantis #93CC43

Tints of Atlantis #93CC43

Color information

#93CC43 (or 0x93CC43) is unknown color: approx Atlantis. HEX triplet: 93, CC and 43. RGB value is (147,204,67). Sum of RGB (Red+Green+Blue) = 147+204+67=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CC43 is #6C33BC. Grayscale: #ABABAB. Windows color (decimal): -7091133 or 4443283. OLE color: 4443283.

HSL color Cylindrical-coordinate representation of color #93CC43: hue angle of 84.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93CC43 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB14720467-
CMYK0.2800.670.2
HSL84.96º57.32%53.14%-
HSV(B)84.96º67.16%80%-
XYZ34.6449.7913.1-
YUV171.3469.12110.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 204 (80.08% from 255) = 48.80%
BLUE value IS 67 (26.56% from 255) = 16.03%
R=35.17%
G=48.80%
B=16.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal147204670.2800.670.284.9657.3253.14
Hex93CC431C04314553935
Octal223314103340103241257165
Binary100100111100110010000111110001000011101001010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,204,67); }

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

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

 a { background-color: rgb(147,204,67); }

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

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

 span { border-color: rgb(147,204,67); }

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