Html Css Color HEX #8DC14A Atlantis

📋 copy color: '#8DC14A'

red 141 ◦ green 193 ◦ blue 74

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

Shades of Atlantis #8DC14A

Tints of Atlantis #8DC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

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

R = 34.56%
G = 47.3%
B = 18.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#8DC14A (or 0x8DC14A) is known color: Atlantis. HEX triplet: 8D, C1 and 4A. RGB value is (141,193,74). Sum of RGB (Red+Green+Blue) = 141+193+74=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC14A is #723EB5. Grayscale: #A4A4A4. Windows color (decimal): -7487158 or 4899213. OLE color: 4899213.

HSL color Cylindrical-coordinate representation of color #8DC14A: hue angle of 86.22º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DC14A is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 193 74 -
CMYK 0.27 0 0.62 0.24
HSL 86.22º 0.49% 0.52% -
HSV(B) 86.22º 0.62% 0.76% -
XYZ 31.29 44.3 13.38 -
YUV 163.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 141 193 74 0.27 0 0.62 0.24 86.22 0.49 0.52
Hex 8D C1 4A 1B 0 3E 18 56 31 34
Octal 215 301 112 33 0 76 30 126 61 64
Binary 10001101 11000001 1001010 11011 0 111110 11000 1010110 110001 110100

Color Harmonies of #8DC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC14A

Black with #8DC14A

Text Example


Text Example

White with #8DC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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