#8BD93C

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

Shades of Atlantis #8BD93C

Tints of Atlantis #8BD93C

Color information

#8BD93C (or 0x8BD93C) is unknown color: approx Atlantis. HEX triplet: 8B, D9 and 3C. RGB value is (139,217,60). Sum of RGB (Red+Green+Blue) = 139+217+60=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD93C is #7426C3. Grayscale: #B0B0B0. Windows color (decimal): -7612100 or 3987851. OLE color: 3987851.

HSL color Cylindrical-coordinate representation of color #8BD93C: hue angle of 89.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BD93C is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB13921760-
CMYK0.3600.720.15
HSL89.81º67.38%54.31%-
HSV(B)89.81º72.35%85.1%-
XYZ36.2855.4413.06-
YUV175.7862.66101.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 217 (85.16% from 255) = 52.16%
BLUE value IS 60 (23.83% from 255) = 14.42%
R=33.41%
G=52.16%
B=14.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139217600.3600.720.1589.8167.3854.31
Hex8BD93C24048F5a4336
Octal213331744401101713210366
Binary100010111101100111110010010001001000111110110101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,60); }

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

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

 a { background-color: rgb(139,217,60); }

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

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

 span { border-color: rgb(139,217,60); }

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