Html Css Color HEX #8DC54A Atlantis

📋 copy color: '#8DC54A'

red 141 ◦ green 197 ◦ blue 74

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

Shades of Atlantis #8DC54A

Tints of Atlantis #8DC54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 34.22%
G = 47.82%
B = 17.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#8DC54A (or 0x8DC54A) is known color: Atlantis. HEX triplet: 8D, C5 and 4A. RGB value is (141,197,74). Sum of RGB (Red+Green+Blue) = 141+197+74=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC54A is #723AB5. Grayscale: #A6A6A6. Windows color (decimal): -7486134 or 4900237. OLE color: 4900237.

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

Color convert

RGB 141 197 74 -
CMYK 0.28 0 0.62 0.23
HSL 87.32º 0.51% 0.53% -
HSV(B) 87.32º 0.62% 0.77% -
XYZ 32.19 46.09 13.68 -
YUV 166.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 141 197 74 0.28 0 0.62 0.23 87.32 0.51 0.53
Hex 8D C5 4A 1C 0 3E 17 57 33 35
Octal 215 305 112 34 0 76 27 127 63 65
Binary 10001101 11000101 1001010 11100 0 111110 10111 1010111 110011 110101

Color Harmonies of #8DC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC54A

Black with #8DC54A

Text Example


Text Example

White with #8DC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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