Html Css Color HEX #8DC273 Olivine

📋 copy color: '#8DC273'

red 141 ◦ green 194 ◦ blue 115

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

Shades of Olivine #8DC273

Tints of Olivine #8DC273

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 115 (45.31% from 255) = 25.56%

R = 31.33%
G = 43.11%
B = 25.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#8DC273 (or 0x8DC273) is known color: Olivine. HEX triplet: 8D, C2 and 73. RGB value is (141,194,115). Sum of RGB (Red+Green+Blue) = 141+194+115=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC273 is #723D8C. Grayscale: #A9A9A9. Windows color (decimal): -7486861 or 7586445. OLE color: 7586445.

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

Color convert

RGB 141 194 115 -
CMYK 0.27 0 0.41 0.24
HSL 100.25º 0.39% 0.61% -
HSV(B) 100.25º 0.41% 0.76% -
XYZ 33.37 45.48 23.24 -
YUV 169.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 141 194 115 0.27 0 0.41 0.24 100.25 0.39 0.61
Hex 8D C2 73 1B 0 29 18 64 27 3D
Octal 215 302 163 33 0 51 30 144 47 75
Binary 10001101 11000010 1110011 11011 0 101001 11000 1100100 100111 111101

Color Harmonies of #8DC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC273

Black with #8DC273

Text Example


Text Example

White with #8DC273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,194,115); }

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

background-color css

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

 a { background-color: rgb(141,194,115); }

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

border-color css

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

 span { border-color: rgb(141,194,115); }

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