Html Css Color HEX #8CC273 Olivine

📋 copy color: '#8CC273'

red 140 ◦ green 194 ◦ blue 115

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

Shades of Olivine #8CC273

Tints of Olivine #8CC273

RGB

 RED value IS 140 (55.08% from 255) = 31.18%

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

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

R = 31.18%
G = 43.21%
B = 25.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#8CC273 (or 0x8CC273) is known color: Olivine. HEX triplet: 8C, C2 and 73. RGB value is (140,194,115). Sum of RGB (Red+Green+Blue) = 140+194+115=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC273 is #733D8C. Grayscale: #A9A9A9. Windows color (decimal): -7552397 or 7586444. OLE color: 7586444.

HSL color Cylindrical-coordinate representation of color #8CC273: hue angle of 101.01º 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 #8CC273 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 115 -
CMYK 0.28 0 0.41 0.24
HSL 101.01º 0.39% 0.61% -
HSV(B) 101.01º 0.41% 0.76% -
XYZ 33.2 45.4 23.23 -
YUV 168.85 97.61 107.42 -
System Red Green Blue C M Y K H S L
Decimal 140 194 115 0.28 0 0.41 0.24 101.01 0.39 0.61
Hex 8C C2 73 1C 0 29 18 65 27 3D
Octal 214 302 163 34 0 51 30 145 47 75
Binary 10001100 11000010 1110011 11100 0 101001 11000 1100101 100111 111101

Color Harmonies of #8CC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC273

Black with #8CC273

Text Example


Text Example

White with #8CC273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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