#8BC93D

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

Shades of Atlantis #8BC93D

Tints of Atlantis #8BC93D

Color information

#8BC93D (or 0x8BC93D) is unknown color: approx Atlantis. HEX triplet: 8B, C9 and 3D. RGB value is (139,201,61). Sum of RGB (Red+Green+Blue) = 139+201+61=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC93D is #7436C2. Grayscale: #A7A7A7. Windows color (decimal): -7616195 or 4049291. OLE color: 4049291.

HSL color Cylindrical-coordinate representation of color #8BC93D: hue angle of 86.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BC93D is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB13920161-
CMYK0.3100.700.21
HSL86.57º56.45%51.37%-
HSV(B)86.57º69.65%78.82%-
XYZ32.3847.611.9-
YUV166.568.46108.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 201 (78.91% from 255) = 50.12%
BLUE value IS 61 (24.22% from 255) = 15.21%
R=34.66%
G=50.12%
B=15.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139201610.3100.700.2186.5756.4551.37
Hex8BC93D1F04615573833
Octal21331175370106251277063
Binary10001011110010011111011111101000110101011010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BC93D; }

 p { color: rgb(139,201,61); }

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

<style>
 a { background-color: #8BC93D; }

 a { background-color: rgb(139,201,61); }

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

<style>
 span { border-color: #8BC93D; }

 span { border-color: rgb(139,201,61); }

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