Html Css Color HEX #8DC145 Atlantis

📋 copy color: '#8DC145'

red 141 ◦ green 193 ◦ blue 69

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

Shades of Atlantis #8DC145

Tints of Atlantis #8DC145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 34.99%
G = 47.89%
B = 17.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#8DC145 (or 0x8DC145) is known color: Atlantis. HEX triplet: 8D, C1 and 45. RGB value is (141,193,69). Sum of RGB (Red+Green+Blue) = 141+193+69=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC145 is #723EBA. Grayscale: #A3A3A3. Windows color (decimal): -7487163 or 4571533. OLE color: 4571533.

HSL color Cylindrical-coordinate representation of color #8DC145: hue angle of 85.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DC145 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 193 69 -
CMYK 0.27 0 0.64 0.24
HSL 85.16º 0.5% 0.51% -
HSV(B) 85.16º 0.64% 0.76% -
XYZ 31.13 44.23 12.53 -
YUV 163.32 74.77 112.08 -
System Red Green Blue C M Y K H S L
Decimal 141 193 69 0.27 0 0.64 0.24 85.16 0.5 0.51
Hex 8D C1 45 1B 0 40 18 55 32 33
Octal 215 301 105 33 0 100 30 125 62 63
Binary 10001101 11000001 1000101 11011 0 1000000 11000 1010101 110010 110011

Color Harmonies of #8DC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC145

Black with #8DC145

Text Example


Text Example

White with #8DC145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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