Html Css Color HEX #8DC546 Atlantis

📋 copy color: '#8DC546'

red 141 ◦ green 197 ◦ blue 70

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

Shades of Atlantis #8DC546

Tints of Atlantis #8DC546

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.28%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 34.56%
G = 48.28%
B = 17.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#8DC546 (or 0x8DC546) is known color: Atlantis. HEX triplet: 8D, C5 and 46. RGB value is (141,197,70). Sum of RGB (Red+Green+Blue) = 141+197+70=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC546 is #723AB9. Grayscale: #A6A6A6. Windows color (decimal): -7486138 or 4638093. OLE color: 4638093.

HSL color Cylindrical-coordinate representation of color #8DC546: hue angle of 86.46º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DC546 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 197 70 -
CMYK 0.28 0 0.64 0.23
HSL 86.46º 0.52% 0.52% -
HSV(B) 86.46º 0.64% 0.77% -
XYZ 32.06 46.04 12.99 -
YUV 165.78 73.95 110.33 -
System Red Green Blue C M Y K H S L
Decimal 141 197 70 0.28 0 0.64 0.23 86.46 0.52 0.52
Hex 8D C5 46 1C 0 40 17 56 34 34
Octal 215 305 106 34 0 100 27 126 64 64
Binary 10001101 11000101 1000110 11100 0 1000000 10111 1010110 110100 110100

Color Harmonies of #8DC546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC546

Black with #8DC546

Text Example


Text Example

White with #8DC546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,197,70); }

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

background-color css

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

 a { background-color: rgb(141,197,70); }

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

border-color css

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

 span { border-color: rgb(141,197,70); }

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