#98C002

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

Shades of Citrus #98C002

Tints of Citrus #98C002

Color information

#98C002 (or 0x98C002) is unknown color: approx Citrus. HEX triplet: 98, C0 and 02. RGB value is (152,192,2). Sum of RGB (Red+Green+Blue) = 152+192+2=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #98C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C002 is #673FFD. Grayscale: #9F9F9F. Windows color (decimal): -6766590 or 180376. OLE color: 180376.

HSL color Cylindrical-coordinate representation of color #98C002: hue angle of 72.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98C002 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1521922-
CMYK0.2100.990.25
HSL72.63º97.94%38.04%-
HSV(B)72.63º98.96%75.29%-
XYZ31.8144.386.95-
YUV158.3839.75123.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 192 (75.39% from 255) = 55.49%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=43.93%
G=55.49%
B=0.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15219220.2100.990.2572.6397.9438.04
Hex98C021506319496226
Octal23030022501433111114246
Binary10011000110000001010101011000111100110010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,192,2); }

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

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

 a { background-color: rgb(152,192,2); }

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

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

 span { border-color: rgb(152,192,2); }

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