#9FC26C

Color #9FC26C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9FC26C

Tints of Olivine #9FC26C

Color information

#9FC26C (or 0x9FC26C) is unknown color: approx Olivine. HEX triplet: 9F, C2 and 6C. RGB value is (159,194,108). Sum of RGB (Red+Green+Blue) = 159+194+108=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC26C is #603D93. Grayscale: #AEAEAE. Windows color (decimal): -6307220 or 7127711. OLE color: 7127711.

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

Color convert

RGB159194108-
CMYK0.1800.440.24
HSL84.42º41.35%59.22%-
HSV(B)84.42º44.33%76.08%-
XYZ36.347.0421.35-
YUV173.7390.9117.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=34.49%
G=42.08%
B=23.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591941080.1800.440.2484.4241.3559.22
Hex9FC26C1202C1854293b
Octal23730215422054301245173
Binary10011111110000101101100100100101100110001010100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,194,108); }

 H1.HeaderClassName
 {
   color: #9FC26C;
 }
 .AnyTagClassName
 {
   color: #9FC26C;
 }
</style>
background-color css

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

 a { background-color: rgb(159,194,108); }

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

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

 span { border-color: rgb(159,194,108); }

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