#98CD5F

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

Shades of Olivine #98CD5F

Tints of Olivine #98CD5F

Color information

#98CD5F (or 0x98CD5F) is unknown color: approx Olivine. HEX triplet: 98, CD and 5F. RGB value is (152,205,95). Sum of RGB (Red+Green+Blue) = 152+205+95=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CD5F is #6732A0. Grayscale: #B0B0B0. Windows color (decimal): -6763169 or 6278552. OLE color: 6278552.

HSL color Cylindrical-coordinate representation of color #98CD5F: hue angle of 88.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98CD5F is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB15220595-
CMYK0.2600.540.20
HSL88.91º52.38%58.82%-
HSV(B)88.91º53.66%80.39%-
XYZ36.8551.1618.76-
YUV176.6181.94110.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 205 (80.47% from 255) = 45.35%
BLUE value IS 95 (37.5% from 255) = 21.02%
R=33.63%
G=45.35%
B=21.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152205950.2600.540.2088.9152.3858.82
Hex98CD5F1A0361459343b
Octal23031513732066241316473
Binary10011000110011011011111110100110110101001011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,95); }

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

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

 a { background-color: rgb(152,205,95); }

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

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

 span { border-color: rgb(152,205,95); }

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