Html Css Color HEX #8DC949 Atlantis

📋 copy color: '#8DC949'

red 141 ◦ green 201 ◦ blue 73

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

Shades of Atlantis #8DC949

Tints of Atlantis #8DC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.43%

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 33.98%
G = 48.43%
B = 17.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#8DC949 (or 0x8DC949) is known color: Atlantis. HEX triplet: 8D, C9 and 49. RGB value is (141,201,73). Sum of RGB (Red+Green+Blue) = 141+201+73=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC949 is #7236B6. Grayscale: #A8A8A8. Windows color (decimal): -7485111 or 4835725. OLE color: 4835725.

HSL color Cylindrical-coordinate representation of color #8DC949: hue angle of 88.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DC949 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 201 73 -
CMYK 0.30 0 0.64 0.21
HSL 88.13º 0.54% 0.54% -
HSV(B) 88.13º 0.64% 0.79% -
XYZ 33.07 47.92 13.81 -
YUV 168.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 141 201 73 0.30 0 0.64 0.21 88.13 0.54 0.54
Hex 8D C9 49 1E 0 40 15 58 36 36
Octal 215 311 111 36 0 100 25 130 66 66
Binary 10001101 11001001 1001001 11110 0 1000000 10101 1011000 110110 110110

Color Harmonies of #8DC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC949

Black with #8DC949

Text Example


Text Example

White with #8DC949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,201,73); }

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

background-color css

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

 a { background-color: rgb(141,201,73); }

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

border-color css

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

 span { border-color: rgb(141,201,73); }

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