#8CC23E

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

Shades of Atlantis #8CC23E

Tints of Atlantis #8CC23E

Color information

#8CC23E (or 0x8CC23E) is unknown color: approx Atlantis. HEX triplet: 8C, C2 and 3E. RGB value is (140,194,62). Sum of RGB (Red+Green+Blue) = 140+194+62=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC23E is #733DC1. Grayscale: #A3A3A3. Windows color (decimal): -7552450 or 4113036. OLE color: 4113036.

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

Color convert

RGB14019462-
CMYK0.2800.680.24
HSL84.55º51.97%50.2%-
HSV(B)84.55º68.04%76.08%-
XYZ30.9844.5111.52-
YUV162.8171.11111.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=35.35%
G=48.99%
B=15.66%

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
Decimal140194620.2800.680.2484.5551.9750.2
Hex8CC23E1C04418553432
Octal21430276340104301256462
Binary10001100110000101111101110001000100110001010101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,194,62); }

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

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

 a { background-color: rgb(140,194,62); }

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

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

 span { border-color: rgb(140,194,62); }

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