#98C612

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

Shades of Citrus #98C612

Tints of Citrus #98C612

Color information

#98C612 (or 0x98C612) is unknown color: approx Citrus. HEX triplet: 98, C6 and 12. RGB value is (152,198,18). Sum of RGB (Red+Green+Blue) = 152+198+18=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #98C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C612 is #6739ED. Grayscale: #A4A4A4. Windows color (decimal): -6765038 or 1230488. OLE color: 1230488.

HSL color Cylindrical-coordinate representation of color #98C612: hue angle of 75.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98C612 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB15219818-
CMYK0.2300.910.22
HSL75.33º83.33%42.35%-
HSV(B)75.33º90.91%77.65%-
XYZ33.2547.117.91-
YUV163.7345.76119.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 198 (77.73% from 255) = 53.80%
BLUE value IS 18 (7.42% from 255) = 4.89%
R=41.30%
G=53.80%
B=4.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152198180.2300.910.2275.3383.3342.35
Hex98C6121705B164b532a
Octal230306222701332611312352
Binary10011000110001101001010111010110111011010010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,198,18); }

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

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

 a { background-color: rgb(152,198,18); }

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

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

 span { border-color: rgb(152,198,18); }

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