Html Css Color HEX #8CE942 Atlantis

📋 copy color: '#8CE942'

red 140 ◦ green 233 ◦ blue 66

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

Shades of Atlantis #8CE942

Tints of Atlantis #8CE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.08%

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 31.89%
G = 53.08%
B = 15.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#8CE942 (or 0x8CE942) is known color: Atlantis. HEX triplet: 8C, E9 and 42. RGB value is (140,233,66). Sum of RGB (Red+Green+Blue) = 140+233+66=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE942 is #7316BD. Grayscale: #BABABA. Windows color (decimal): -7542462 or 4385164. OLE color: 4385164.

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

Color convert

RGB 140 233 66 -
CMYK 0.40 0 0.72 0.09
HSL 93.41º 0.79% 0.59% -
HSV(B) 93.41º 0.72% 0.91% -
XYZ 40.94 64.25 15.4 -
YUV 186.16 60.19 95.08 -
System Red Green Blue C M Y K H S L
Decimal 140 233 66 0.40 0 0.72 0.09 93.41 0.79 0.59
Hex 8C E9 42 28 0 48 9 5D 4F 3B
Octal 214 351 102 50 0 110 11 135 117 73
Binary 10001100 11101001 1000010 101000 0 1001000 1001 1011101 1001111 111011

Color Harmonies of #8CE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE942

Black with #8CE942

Text Example


Text Example

White with #8CE942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,233,66); }

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

background-color css

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

 a { background-color: rgb(140,233,66); }

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

border-color css

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

 span { border-color: rgb(140,233,66); }

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