#8BC33E

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

Shades of Atlantis #8BC33E

Tints of Atlantis #8BC33E

Color information

#8BC33E (or 0x8BC33E) is unknown color: approx Atlantis. HEX triplet: 8B, C3 and 3E. RGB value is (139,195,62). Sum of RGB (Red+Green+Blue) = 139+195+62=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC33E is #743CC1. Grayscale: #A3A3A3. Windows color (decimal): -7617730 or 4113291. OLE color: 4113291.

HSL color Cylindrical-coordinate representation of color #8BC33E: hue angle of 85.26º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BC33E is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB13919562-
CMYK0.2900.680.24
HSL85.26º52.57%50.39%-
HSV(B)85.26º68.21%76.47%-
XYZ31.0344.8711.58-
YUV163.0970.95110.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 195 (76.56% from 255) = 49.24%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=35.10%
G=49.24%
B=15.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139195620.2900.680.2485.2652.5750.39
Hex8BC33E1D04418553532
Octal21330376350104301256562
Binary10001011110000111111101110101000100110001010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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