Html Css Color HEX #8CE140 Atlantis

📋 copy color: '#8CE140'

red 140 ◦ green 225 ◦ blue 64

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

Shades of Atlantis #8CE140

Tints of Atlantis #8CE140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.92%

R = 32.63%
G = 52.45%
B = 14.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#8CE140 (or 0x8CE140) is known color: Atlantis. HEX triplet: 8C, E1 and 40. RGB value is (140,225,64). Sum of RGB (Red+Green+Blue) = 140+225+64=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE140 is #731EBF. Grayscale: #B5B5B5. Windows color (decimal): -7544512 or 4252044. OLE color: 4252044.

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

Color convert

RGB 140 225 64 -
CMYK 0.38 0 0.72 0.12
HSL 91.68º 0.73% 0.57% -
HSV(B) 91.68º 0.72% 0.88% -
XYZ 38.67 59.8 14.35 -
YUV 181.23 61.84 98.59 -
System Red Green Blue C M Y K H S L
Decimal 140 225 64 0.38 0 0.72 0.12 91.68 0.73 0.57
Hex 8C E1 40 26 0 48 C 5C 49 39
Octal 214 341 100 46 0 110 14 134 111 71
Binary 10001100 11100001 1000000 100110 0 1001000 1100 1011100 1001001 111001

Color Harmonies of #8CE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE140

Black with #8CE140

Text Example


Text Example

White with #8CE140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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