Html Css Color HEX #98C570 Olivine

📋 copy color: '#98C570'

red 152 ◦ green 197 ◦ blue 112

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

Shades of Olivine #98C570

Tints of Olivine #98C570

RGB

 RED value IS 152 (59.77% from 255) = 32.97%

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 32.97%
G = 42.73%
B = 24.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#98C570 (or 0x98C570) is known color: Olivine. HEX triplet: 98, C5 and 70. RGB value is (152,197,112). Sum of RGB (Red+Green+Blue) = 152+197+112=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #98C570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C570 is #673A8F. Grayscale: #AEAEAE. Windows color (decimal): -6765200 or 7390616. OLE color: 7390616.

HSL color Cylindrical-coordinate representation of color #98C570: hue angle of 91.76º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98C570 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 112 -
CMYK 0.23 0 0.43 0.23
HSL 91.76º 0.42% 0.61% -
HSV(B) 91.76º 0.43% 0.77% -
XYZ 35.84 47.78 22.66 -
YUV 173.86 93.09 112.41 -
System Red Green Blue C M Y K H S L
Decimal 152 197 112 0.23 0 0.43 0.23 91.76 0.42 0.61
Hex 98 C5 70 17 0 2B 17 5C 2A 3D
Octal 230 305 160 27 0 53 27 134 52 75
Binary 10011000 11000101 1110000 10111 0 101011 10111 1011100 101010 111101

Color Harmonies of #98C570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C570

Black with #98C570

Text Example


Text Example

White with #98C570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98C570;
 }
 .AnyTagClassName
 {
   color: #98C570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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