#8CD03A

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

Shades of Atlantis #8CD03A

Tints of Atlantis #8CD03A

Color information

#8CD03A (or 0x8CD03A) is unknown color: approx Atlantis. HEX triplet: 8C, D0 and 3A. RGB value is (140,208,58). Sum of RGB (Red+Green+Blue) = 140+208+58=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD03A is #732FC5. Grayscale: #ABABAB. Windows color (decimal): -7548870 or 3854476. OLE color: 3854476.

HSL color Cylindrical-coordinate representation of color #8CD03A: hue angle of 87.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CD03A is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB14020858-
CMYK0.3300.720.18
HSL87.2º61.48%52.16%-
HSV(B)87.2º72.12%81.57%-
XYZ34.1350.9912.05-
YUV170.5764.47106.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.48%
GREEN value IS 208 (81.64% from 255) = 51.23%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=34.48%
G=51.23%
B=14.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140208580.3300.720.1887.261.4852.16
Hex8CD03A2104812573d34
Octal21432072410110221277564
Binary100011001101000011101010000101001000100101010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,58); }

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

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

 a { background-color: rgb(140,208,58); }

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

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

 span { border-color: rgb(140,208,58); }

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