Html Css Color HEX #8DC946 Atlantis

📋 copy color: '#8DC946'

red 141 ◦ green 201 ◦ blue 70

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

Shades of Atlantis #8DC946

Tints of Atlantis #8DC946

RGB

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

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

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

R = 34.22%
G = 48.79%
B = 16.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#8DC946 (or 0x8DC946) is known color: Atlantis. HEX triplet: 8D, C9 and 46. RGB value is (141,201,70). Sum of RGB (Red+Green+Blue) = 141+201+70=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC946 is #7236B9. Grayscale: #A8A8A8. Windows color (decimal): -7485114 or 4639117. OLE color: 4639117.

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

Color convert

RGB 141 201 70 -
CMYK 0.30 0 0.65 0.21
HSL 87.48º 0.55% 0.53% -
HSV(B) 87.48º 0.65% 0.79% -
XYZ 32.98 47.88 13.3 -
YUV 168.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 141 201 70 0.30 0 0.65 0.21 87.48 0.55 0.53
Hex 8D C9 46 1E 0 41 15 57 37 35
Octal 215 311 106 36 0 101 25 127 67 65
Binary 10001101 11001001 1000110 11110 0 1000001 10101 1010111 110111 110101

Color Harmonies of #8DC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC946

Black with #8DC946

Text Example


Text Example

White with #8DC946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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