Html Css Color HEX #8FC475 Olivine

📋 copy color: '#8FC475'

red 143 ◦ green 196 ◦ blue 117

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

Shades of Olivine #8FC475

Tints of Olivine #8FC475

RGB

 RED value IS 143 (56.25% from 255) = 31.36%

 GREEN value IS 196 (76.95% from 255) = 42.98%

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 31.36%
G = 42.98%
B = 25.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#8FC475 (or 0x8FC475) is known color: Olivine. HEX triplet: 8F, C4 and 75. RGB value is (143,196,117). Sum of RGB (Red+Green+Blue) = 143+196+117=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC475 is #703B8A. Grayscale: #ABABAB. Windows color (decimal): -7355275 or 7718031. OLE color: 7718031.

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

Color convert

RGB 143 196 117 -
CMYK 0.27 0 0.40 0.23
HSL 100.25º 0.4% 0.61% -
HSV(B) 100.25º 0.4% 0.77% -
XYZ 34.28 46.6 24.02 -
YUV 171.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 143 196 117 0.27 0 0.40 0.23 100.25 0.4 0.61
Hex 8F C4 75 1B 0 28 17 64 28 3D
Octal 217 304 165 33 0 50 27 144 50 75
Binary 10001111 11000100 1110101 11011 0 101000 10111 1100100 101000 111101

Color Harmonies of #8FC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC475

Black with #8FC475

Text Example


Text Example

White with #8FC475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,196,117); }

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

background-color css

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

 a { background-color: rgb(143,196,117); }

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

border-color css

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

 span { border-color: rgb(143,196,117); }

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