Html Css Color HEX #8CE040 Atlantis

📋 copy color: '#8CE040'

red 140 ◦ green 224 ◦ blue 64

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

Shades of Atlantis #8CE040

Tints of Atlantis #8CE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.34%

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

R = 32.71%
G = 52.34%
B = 14.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#8CE040 (or 0x8CE040) is known color: Atlantis. HEX triplet: 8C, E0 and 40. RGB value is (140,224,64). Sum of RGB (Red+Green+Blue) = 140+224+64=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE040 is #731FBF. Grayscale: #B5B5B5. Windows color (decimal): -7544768 or 4251788. OLE color: 4251788.

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

Color convert

RGB 140 224 64 -
CMYK 0.38 0 0.71 0.12
HSL 91.5º 0.72% 0.56% -
HSV(B) 91.5º 0.71% 0.88% -
XYZ 38.4 59.26 14.26 -
YUV 180.64 62.17 99.01 -
System Red Green Blue C M Y K H S L
Decimal 140 224 64 0.38 0 0.71 0.12 91.5 0.72 0.56
Hex 8C E0 40 26 0 47 C 5C 48 38
Octal 214 340 100 46 0 107 14 134 110 70
Binary 10001100 11100000 1000000 100110 0 1000111 1100 1011100 1001000 111000

Color Harmonies of #8CE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE040

Black with #8CE040

Text Example


Text Example

White with #8CE040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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