#8BC03E

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

Shades of Atlantis #8BC03E

Tints of Atlantis #8BC03E

Color information

#8BC03E (or 0x8BC03E) is unknown color: approx Atlantis. HEX triplet: 8B, C0 and 3E. RGB value is (139,192,62). Sum of RGB (Red+Green+Blue) = 139+192+62=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC03E is #743FC1. Grayscale: #A1A1A1. Windows color (decimal): -7618498 or 4112523. OLE color: 4112523.

HSL color Cylindrical-coordinate representation of color #8BC03E: hue angle of 84.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BC03E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB13919262-
CMYK0.2800.680.25
HSL84.46º51.18%49.8%-
HSV(B)84.46º67.71%75.29%-
XYZ30.3743.5411.36-
YUV161.3371.94112.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 192 (75.39% from 255) = 48.85%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=35.37%
G=48.85%
B=15.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139192620.2800.680.2584.4651.1849.8
Hex8BC03E1C04419543332
Octal21330076340104311246362
Binary10001011110000001111101110001000100110011010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,62); }

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

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

 a { background-color: rgb(139,192,62); }

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

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

 span { border-color: rgb(139,192,62); }

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