#8CC93D

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

Shades of Atlantis #8CC93D

Tints of Atlantis #8CC93D

Color information

#8CC93D (or 0x8CC93D) is unknown color: approx Atlantis. HEX triplet: 8C, C9 and 3D. RGB value is (140,201,61). Sum of RGB (Red+Green+Blue) = 140+201+61=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC93D is #7336C2. Grayscale: #A7A7A7. Windows color (decimal): -7550659 or 4049292. OLE color: 4049292.

HSL color Cylindrical-coordinate representation of color #8CC93D: hue angle of 86.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CC93D is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB14020161-
CMYK0.3000.700.21
HSL86.14º56.45%51.37%-
HSV(B)86.14º69.65%78.82%-
XYZ32.5447.6911.9-
YUV166.868.29108.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 201 (78.91% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 15.17%
R=34.83%
G=50%
B=15.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140201610.3000.700.2186.1456.4551.37
Hex8CC93D1E04615563833
Octal21431175360106251267063
Binary10001100110010011111011111001000110101011010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,61); }

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

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

 a { background-color: rgb(140,201,61); }

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

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

 span { border-color: rgb(140,201,61); }

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