#98c32a

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

Shades of Yellow Green #98C32A

Tints of Yellow Green #98C32A

Color information

#98C32A (or 0x98C32A) is unknown color: approx Yellow Green. HEX triplet: 98, C3 and 2A. RGB value is (152,195,42). Sum of RGB (Red+Green+Blue) = 152+195+42=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #98C32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C32A is #673CD5. Grayscale: #A5A5A5. Windows color (decimal): -6765782 or 2802584. OLE color: 2802584.

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

Color convert

RGB15219542-
CMYK0.2200.780.24
HSL76.86º64.56%46.47%-
HSV(B)76.86º78.46%76.47%-
XYZ32.8845.879.31-
YUV164.758.75118.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 195 (76.56% from 255) = 50.13%
BLUE value IS 42 (16.80% from 255) = 10.80%
R=39.07%
G=50.13%
B=10.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152195420.2200.780.2476.8664.5646.47
Hex98C32A1604E184d412e
Octal230303522601163011510156
Binary100110001100001110101010110010011101100010011011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98c32a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,42); }

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

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

 a { background-color: rgb(152,195,42); }

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

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

 span { border-color: rgb(152,195,42); }

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