Html Css Color HEX #8DC148 Atlantis

📋 copy color: '#8DC148'

red 141 ◦ green 193 ◦ blue 72

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

Shades of Atlantis #8DC148

Tints of Atlantis #8DC148

RGB

 RED value IS 141 (55.47% from 255) = 34.73%

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

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

R = 34.73%
G = 47.54%
B = 17.73%

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

#8DC148 (or 0x8DC148) is known color: Atlantis. HEX triplet: 8D, C1 and 48. RGB value is (141,193,72). Sum of RGB (Red+Green+Blue) = 141+193+72=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC148 is #723EB7. Grayscale: #A4A4A4. Windows color (decimal): -7487160 or 4768141. OLE color: 4768141.

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

Color convert

RGB 141 193 72 -
CMYK 0.27 0 0.63 0.24
HSL 85.79º 0.49% 0.52% -
HSV(B) 85.79º 0.63% 0.76% -
XYZ 31.22 44.27 13.03 -
YUV 163.66 76.27 111.84 -
System Red Green Blue C M Y K H S L
Decimal 141 193 72 0.27 0 0.63 0.24 85.79 0.49 0.52
Hex 8D C1 48 1B 0 3F 18 56 31 34
Octal 215 301 110 33 0 77 30 126 61 64
Binary 10001101 11000001 1001000 11011 0 111111 11000 1010110 110001 110100

Color Harmonies of #8DC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC148

Black with #8DC148

Text Example


Text Example

White with #8DC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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