Html Css Color HEX #8CE248 Atlantis

📋 copy color: '#8CE248'

red 140 ◦ green 226 ◦ blue 72

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

Shades of Atlantis #8CE248

Tints of Atlantis #8CE248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.44%

R = 31.96%
G = 51.6%
B = 16.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#8CE248 (or 0x8CE248) is known color: Atlantis. HEX triplet: 8C, E2 and 48. RGB value is (140,226,72). Sum of RGB (Red+Green+Blue) = 140+226+72=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 226 (88.67% from 255 or 51.60% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE248 is #731DB7. Grayscale: #B7B7B7. Windows color (decimal): -7544248 or 4776588. OLE color: 4776588.

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

Color convert

RGB 140 226 72 -
CMYK 0.38 0 0.68 0.11
HSL 93.51º 0.73% 0.58% -
HSV(B) 93.51º 0.68% 0.89% -
XYZ 39.18 60.44 15.73 -
YUV 182.73 65.51 97.52 -
System Red Green Blue C M Y K H S L
Decimal 140 226 72 0.38 0 0.68 0.11 93.51 0.73 0.58
Hex 8C E2 48 26 0 44 B 5E 49 3A
Octal 214 342 110 46 0 104 13 136 111 72
Binary 10001100 11100010 1001000 100110 0 1000100 1011 1011110 1001001 111010

Color Harmonies of #8CE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE248

Black with #8CE248

Text Example


Text Example

White with #8CE248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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