Html Css Color HEX #8CE144 Atlantis

📋 copy color: '#8CE144'

red 140 ◦ green 225 ◦ blue 68

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

Shades of Atlantis #8CE144

Tints of Atlantis #8CE144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.96%

 BLUE value IS 68 (26.95% from 255) = 15.7%

R = 32.33%
G = 51.96%
B = 15.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#8CE144 (or 0x8CE144) is known color: Atlantis. HEX triplet: 8C, E1 and 44. RGB value is (140,225,68). Sum of RGB (Red+Green+Blue) = 140+225+68=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE144 is #731EBB. Grayscale: #B6B6B6. Windows color (decimal): -7544508 or 4514188. OLE color: 4514188.

HSL color Cylindrical-coordinate representation of color #8CE144: hue angle of 92.48º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CE144 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 225 68 -
CMYK 0.38 0 0.70 0.12
HSL 92.48º 0.72% 0.57% -
HSV(B) 92.48º 0.7% 0.88% -
XYZ 38.78 59.84 14.98 -
YUV 181.69 63.84 98.27 -
System Red Green Blue C M Y K H S L
Decimal 140 225 68 0.38 0 0.70 0.12 92.48 0.72 0.57
Hex 8C E1 44 26 0 46 C 5C 48 39
Octal 214 341 104 46 0 106 14 134 110 71
Binary 10001100 11100001 1000100 100110 0 1000110 1100 1011100 1001000 111001

Color Harmonies of #8CE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE144

Black with #8CE144

Text Example


Text Example

White with #8CE144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,225,68); }

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

background-color css

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

 a { background-color: rgb(140,225,68); }

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

border-color css

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

 span { border-color: rgb(140,225,68); }

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