#98C128

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

Shades of Yellow Green #98C128

Tints of Yellow Green #98C128

Color information

#98C128 (or 0x98C128) is unknown color: approx Yellow Green. HEX triplet: 98, C1 and 28. RGB value is (152,193,40). Sum of RGB (Red+Green+Blue) = 152+193+40=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #98C128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C128 is #673ED7. Grayscale: #A3A3A3. Windows color (decimal): -6766296 or 2671000. OLE color: 2671000.

HSL color Cylindrical-coordinate representation of color #98C128: hue angle of 76.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98C128 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB15219340-
CMYK0.2100.790.24
HSL76.08º65.67%45.69%-
HSV(B)76.08º79.27%75.69%-
XYZ32.444.978.98-
YUV163.358.42119.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 40 (16.02% from 255) = 10.39%
R=39.48%
G=50.13%
B=10.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152193400.2100.790.2476.0865.6745.69
Hex98C1281504F184c422e
Octal230301502501173011410256
Binary100110001100000110100010101010011111100010011001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,40); }

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

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

 a { background-color: rgb(152,193,40); }

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

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

 span { border-color: rgb(152,193,40); }

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