#8CD442

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

Shades of Atlantis #8CD442

Tints of Atlantis #8CD442

Color information

#8CD442 (or 0x8CD442) is unknown color: approx Atlantis. HEX triplet: 8C, D4 and 42. RGB value is (140,212,66). Sum of RGB (Red+Green+Blue) = 140+212+66=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD442 is #732BBD. Grayscale: #AEAEAE. Windows color (decimal): -7547838 or 4379788. OLE color: 4379788.

HSL color Cylindrical-coordinate representation of color #8CD442: hue angle of 89.59º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CD442 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB14021266-
CMYK0.3400.690.17
HSL89.59º62.93%54.51%-
HSV(B)89.59º68.87%83.14%-
XYZ35.3453.0613.53-
YUV173.8367.15103.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 212 (83.20% from 255) = 50.72%
BLUE value IS 66 (26.17% from 255) = 15.79%
R=33.49%
G=50.72%
B=15.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal140212660.3400.690.1789.5962.9354.51
Hex8CD44222045115a3f37
Octal214324102420105211327767
Binary1000110011010100100001010001001000101100011011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,66); }

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

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

 a { background-color: rgb(140,212,66); }

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

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

 span { border-color: rgb(140,212,66); }

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