#9CC274

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

Shades of Olivine #9CC274

Tints of Olivine #9CC274

Color information

#9CC274 (or 0x9CC274) is unknown color: approx Olivine. HEX triplet: 9C, C2 and 74. RGB value is (156,194,116). Sum of RGB (Red+Green+Blue) = 156+194+116=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC274 is #633D8B. Grayscale: #AEAEAE. Windows color (decimal): -6503820 or 7651996. OLE color: 7651996.

HSL color Cylindrical-coordinate representation of color #9CC274: hue angle of 89.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CC274 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB156194116-
CMYK0.2000.400.24
HSL89.23º39%60.78%-
HSV(B)89.23º40.21%76.08%-
XYZ36.1546.9123.67-
YUV173.7595.41115.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 194 (76.17% from 255) = 41.63%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=33.48%
G=41.63%
B=24.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561941160.2000.400.2489.233960.78
Hex9CC274140281859273d
Octal23430216424050301314775
Binary10011100110000101110100101000101000110001011001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,194,116); }

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

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

 a { background-color: rgb(156,194,116); }

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

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

 span { border-color: rgb(156,194,116); }

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