Html Css Color HEX #8CE848 Atlantis

📋 copy color: '#8CE848'

red 140 ◦ green 232 ◦ blue 72

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

Shades of Atlantis #8CE848

Tints of Atlantis #8CE848

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.25%

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

R = 31.53%
G = 52.25%
B = 16.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#8CE848 (or 0x8CE848) is known color: Atlantis. HEX triplet: 8C, E8 and 48. RGB value is (140,232,72). Sum of RGB (Red+Green+Blue) = 140+232+72=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE848 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE848 is #7317B7. Grayscale: #BABABA. Windows color (decimal): -7542712 or 4778124. OLE color: 4778124.

HSL color Cylindrical-coordinate representation of color #8CE848: hue angle of 94.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CE848 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 232 72 -
CMYK 0.40 0 0.69 0.09
HSL 94.5º 0.78% 0.6% -
HSV(B) 94.5º 0.69% 0.91% -
XYZ 40.84 63.76 16.28 -
YUV 186.25 63.52 95.01 -
System Red Green Blue C M Y K H S L
Decimal 140 232 72 0.40 0 0.69 0.09 94.5 0.78 0.6
Hex 8C E8 48 28 0 45 9 5E 4E 3C
Octal 214 350 110 50 0 105 11 136 116 74
Binary 10001100 11101000 1001000 101000 0 1000101 1001 1011110 1001110 111100

Color Harmonies of #8CE848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE848

Black with #8CE848

Text Example


Text Example

White with #8CE848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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