Html Css Color HEX #8CE246 Atlantis

📋 copy color: '#8CE246'

red 140 ◦ green 226 ◦ blue 70

#8CE246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8CE246

Tints of Atlantis #8CE246

RGB

 RED value IS 140 (55.08% from 255) = 32.11%

 GREEN value IS 226 (88.67% from 255) = 51.83%

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 32.11%
G = 51.83%
B = 16.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#8CE246 (or 0x8CE246) is known color: Atlantis. HEX triplet: 8C, E2 and 46. RGB value is (140,226,70). Sum of RGB (Red+Green+Blue) = 140+226+70=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE246 is #731DB9. Grayscale: #B7B7B7. Windows color (decimal): -7544250 or 4645516. OLE color: 4645516.

HSL color Cylindrical-coordinate representation of color #8CE246: hue angle of 93.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CE246 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 226 70 -
CMYK 0.38 0 0.69 0.11
HSL 93.08º 0.73% 0.58% -
HSV(B) 93.08º 0.69% 0.89% -
XYZ 39.12 60.41 15.39 -
YUV 182.5 64.51 97.68 -
System Red Green Blue C M Y K H S L
Decimal 140 226 70 0.38 0 0.69 0.11 93.08 0.73 0.58
Hex 8C E2 46 26 0 45 B 5D 49 3A
Octal 214 342 106 46 0 105 13 135 111 72
Binary 10001100 11100010 1000110 100110 0 1000101 1011 1011101 1001001 111010

Color Harmonies of #8CE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE246

Black with #8CE246

Text Example


Text Example

White with #8CE246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,226,70); }

 H1.HeaderClassName
 {
   color: #8CE246;
 }
 .AnyTagClassName
 {
   color: #8CE246;
 }
</style>

background-color css

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

 a { background-color: rgb(140,226,70); }

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

border-color css

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

 span { border-color: rgb(140,226,70); }

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