Html Css Color HEX #8EC348 Atlantis

📋 copy color: '#8EC348'

red 142 ◦ green 195 ◦ blue 72

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

Shades of Atlantis #8EC348

Tints of Atlantis #8EC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.68%

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

R = 34.72%
G = 47.68%
B = 17.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#8EC348 (or 0x8EC348) is known color: Atlantis. HEX triplet: 8E, C3 and 48. RGB value is (142,195,72). Sum of RGB (Red+Green+Blue) = 142+195+72=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC348 is #713CB7. Grayscale: #A5A5A5. Windows color (decimal): -7421112 or 4768654. OLE color: 4768654.

HSL color Cylindrical-coordinate representation of color #8EC348: hue angle of 85.85º degrees, saturation: 0.51, 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 #8EC348 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 195 72 -
CMYK 0.27 0 0.63 0.24
HSL 85.85º 0.51% 0.52% -
HSV(B) 85.85º 0.63% 0.76% -
XYZ 31.84 45.25 13.19 -
YUV 165.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 142 195 72 0.27 0 0.63 0.24 85.85 0.51 0.52
Hex 8E C3 48 1B 0 3F 18 56 33 34
Octal 216 303 110 33 0 77 30 126 63 64
Binary 10001110 11000011 1001000 11011 0 111111 11000 1010110 110011 110100

Color Harmonies of #8EC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC348

Black with #8EC348

Text Example


Text Example

White with #8EC348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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