Html Css Color HEX #8DC343 Atlantis

📋 copy color: '#8DC343'

red 141 ◦ green 195 ◦ blue 67

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

Shades of Atlantis #8DC343

Tints of Atlantis #8DC343

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

 BLUE value IS 67 (26.56% from 255) = 16.63%

R = 34.99%
G = 48.39%
B = 16.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#8DC343 (or 0x8DC343) is known color: Atlantis. HEX triplet: 8D, C3 and 43. RGB value is (141,195,67). Sum of RGB (Red+Green+Blue) = 141+195+67=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC343 is #723CBC. Grayscale: #A4A4A4. Windows color (decimal): -7486653 or 4440973. OLE color: 4440973.

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

Color convert

RGB 141 195 67 -
CMYK 0.28 0 0.66 0.24
HSL 85.31º 0.52% 0.51% -
HSV(B) 85.31º 0.66% 0.76% -
XYZ 31.51 45.1 12.35 -
YUV 164.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 141 195 67 0.28 0 0.66 0.24 85.31 0.52 0.51
Hex 8D C3 43 1C 0 42 18 55 34 33
Octal 215 303 103 34 0 102 30 125 64 63
Binary 10001101 11000011 1000011 11100 0 1000010 11000 1010101 110100 110011

Color Harmonies of #8DC343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC343

Black with #8DC343

Text Example


Text Example

White with #8DC343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,195,67); }

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

background-color css

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

 a { background-color: rgb(141,195,67); }

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

border-color css

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

 span { border-color: rgb(141,195,67); }

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