#98C270

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

Shades of Olivine #98C270

Tints of Olivine #98C270

Color information

#98C270 (or 0x98C270) is unknown color: approx Olivine. HEX triplet: 98, C2 and 70. RGB value is (152,194,112). Sum of RGB (Red+Green+Blue) = 152+194+112=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #98C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C270 is #673D8F. Grayscale: #ACACAC. Windows color (decimal): -6765968 or 7389848. OLE color: 7389848.

HSL color Cylindrical-coordinate representation of color #98C270: hue angle of 90.73º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98C270 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB152194112-
CMYK0.2200.420.24
HSL90.73º40.2%60%-
HSV(B)90.73º42.27%76.08%-
XYZ35.1746.4322.44-
YUV172.0994.09113.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 112 (44.14% from 255) = 24.45%
R=33.19%
G=42.36%
B=24.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521941120.2200.420.2490.7340.260
Hex98C2701602A185b283c
Octal23030216026052301335074
Binary10011000110000101110000101100101010110001011011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98C270; }

 p { color: rgb(152,194,112); }

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

<style>
 a { background-color: #98C270; }

 a { background-color: rgb(152,194,112); }

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

<style>
 span { border-color: #98C270; }

 span { border-color: rgb(152,194,112); }

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