Html Css Color HEX #8DC54C Atlantis

📋 copy color: '#8DC54C'

red 141 ◦ green 197 ◦ blue 76

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

Shades of Atlantis #8DC54C

Tints of Atlantis #8DC54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 34.06%
G = 47.58%
B = 18.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#8DC54C (or 0x8DC54C) is known color: Atlantis. HEX triplet: 8D, C5 and 4C. RGB value is (141,197,76). Sum of RGB (Red+Green+Blue) = 141+197+76=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC54C is #723AB3. Grayscale: #A6A6A6. Windows color (decimal): -7486132 or 5031309. OLE color: 5031309.

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

Color convert

RGB 141 197 76 -
CMYK 0.28 0 0.61 0.23
HSL 87.77º 0.51% 0.54% -
HSV(B) 87.77º 0.61% 0.77% -
XYZ 32.26 46.12 14.04 -
YUV 166.46 76.95 109.84 -
System Red Green Blue C M Y K H S L
Decimal 141 197 76 0.28 0 0.61 0.23 87.77 0.51 0.54
Hex 8D C5 4C 1C 0 3D 17 58 33 36
Octal 215 305 114 34 0 75 27 130 63 66
Binary 10001101 11000101 1001100 11100 0 111101 10111 1011000 110011 110110

Color Harmonies of #8DC54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC54C

Black with #8DC54C

Text Example


Text Example

White with #8DC54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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