#8DC33E

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

Shades of Atlantis #8DC33E

Tints of Atlantis #8DC33E

Color information

#8DC33E (or 0x8DC33E) is unknown color: approx Atlantis. HEX triplet: 8D, C3 and 3E. RGB value is (141,195,62). Sum of RGB (Red+Green+Blue) = 141+195+62=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC33E is #723CC1. Grayscale: #A4A4A4. Windows color (decimal): -7486658 or 4113293. OLE color: 4113293.

HSL color Cylindrical-coordinate representation of color #8DC33E: hue angle of 84.36º 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 #8DC33E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB14119562-
CMYK0.2800.680.24
HSL84.36º52.57%50.39%-
HSV(B)84.36º68.21%76.47%-
XYZ31.3745.0411.6-
YUV163.6970.61111.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 195 (76.56% from 255) = 48.99%
BLUE value IS 62 (24.61% from 255) = 15.58%
R=35.43%
G=48.99%
B=15.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141195620.2800.680.2484.3652.5750.39
Hex8DC33E1C04418543532
Octal21530376340104301246562
Binary10001101110000111111101110001000100110001010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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