Html Css Color HEX #8DC14B Atlantis

📋 copy color: '#8DC14B'

red 141 ◦ green 193 ◦ blue 75

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

Shades of Atlantis #8DC14B

Tints of Atlantis #8DC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 34.47%
G = 47.19%
B = 18.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#8DC14B (or 0x8DC14B) is known color: Atlantis. HEX triplet: 8D, C1 and 4B. RGB value is (141,193,75). Sum of RGB (Red+Green+Blue) = 141+193+75=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC14B is #723EB4. Grayscale: #A4A4A4. Windows color (decimal): -7487157 or 4964749. OLE color: 4964749.

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

Color convert

RGB 141 193 75 -
CMYK 0.27 0 0.61 0.24
HSL 86.44º 0.49% 0.53% -
HSV(B) 86.44º 0.61% 0.76% -
XYZ 31.32 44.31 13.56 -
YUV 164 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 141 193 75 0.27 0 0.61 0.24 86.44 0.49 0.53
Hex 8D C1 4B 1B 0 3D 18 56 31 35
Octal 215 301 113 33 0 75 30 126 61 65
Binary 10001101 11000001 1001011 11011 0 111101 11000 1010110 110001 110101

Color Harmonies of #8DC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC14B

Black with #8DC14B

Text Example


Text Example

White with #8DC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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