Html Css Color HEX #9FC380 Olivine

📋 copy color: '#9FC380'

red 159 ◦ green 195 ◦ blue 128

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

Shades of Olivine #9FC380

Tints of Olivine #9FC380

RGB

 RED value IS 159 (62.5% from 255) = 32.99%

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

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 32.99%
G = 40.46%
B = 26.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#9FC380 (or 0x9FC380) is known color: Olivine. HEX triplet: 9F, C3 and 80. RGB value is (159,195,128). Sum of RGB (Red+Green+Blue) = 159+195+128=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC380 is #603C7F. Grayscale: #B0B0B0. Windows color (decimal): -6306944 or 8438687. OLE color: 8438687.

HSL color Cylindrical-coordinate representation of color #9FC380: hue angle of 92.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FC380 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 128 -
CMYK 0.18 0 0.34 0.24
HSL 92.24º 0.36% 0.63% -
HSV(B) 92.24º 0.34% 0.76% -
XYZ 37.71 47.96 27.69 -
YUV 176.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 159 195 128 0.18 0 0.34 0.24 92.24 0.36 0.63
Hex 9F C3 80 12 0 22 18 5C 24 3F
Octal 237 303 200 22 0 42 30 134 44 77
Binary 10011111 11000011 10000000 10010 0 100010 11000 1011100 100100 111111

Color Harmonies of #9FC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC380

Black with #9FC380

Text Example


Text Example

White with #9FC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FC380; }

 p { color: rgb(159,195,128); }

 H1.HeaderClassName
 {
   color: #9FC380;
 }
 .AnyTagClassName
 {
   color: #9FC380;
 }
</style>

background-color css

<style>
 a { background-color: #9FC380; }

 a { background-color: rgb(159,195,128); }

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

border-color css

<style>
 span { border-color: #9FC380; }

 span { border-color: rgb(159,195,128); }

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