Html Css Color HEX #8EC148 Atlantis

📋 copy color: '#8EC148'

red 142 ◦ green 193 ◦ blue 72

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

Shades of Atlantis #8EC148

Tints of Atlantis #8EC148

RGB

 RED value IS 142 (55.86% from 255) = 34.89%

 GREEN value IS 193 (75.78% from 255) = 47.42%

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

R = 34.89%
G = 47.42%
B = 17.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#8EC148 (or 0x8EC148) is known color: Atlantis. HEX triplet: 8E, C1 and 48. RGB value is (142,193,72). Sum of RGB (Red+Green+Blue) = 142+193+72=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC148 is #713EB7. Grayscale: #A4A4A4. Windows color (decimal): -7421624 or 4768142. OLE color: 4768142.

HSL color Cylindrical-coordinate representation of color #8EC148: hue angle of 85.29º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EC148 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 193 72 -
CMYK 0.26 0 0.63 0.24
HSL 85.29º 0.49% 0.52% -
HSV(B) 85.29º 0.63% 0.76% -
XYZ 31.39 44.36 13.04 -
YUV 163.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 142 193 72 0.26 0 0.63 0.24 85.29 0.49 0.52
Hex 8E C1 48 1A 0 3F 18 55 31 34
Octal 216 301 110 32 0 77 30 125 61 64
Binary 10001110 11000001 1001000 11010 0 111111 11000 1010101 110001 110100

Color Harmonies of #8EC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC148

Black with #8EC148

Text Example


Text Example

White with #8EC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,193,72); }

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

background-color css

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

 a { background-color: rgb(142,193,72); }

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

border-color css

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

 span { border-color: rgb(142,193,72); }

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