#98d10e

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

Shades of Citrus #98D10E

Tints of Citrus #98D10E

Color information

#98D10E (or 0x98D10E) is unknown color: approx Citrus. HEX triplet: 98, D1 and 0E. RGB value is (152,209,14). Sum of RGB (Red+Green+Blue) = 152+209+14=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #98D10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D10E is #672EF1. Grayscale: #AAAAAA. Windows color (decimal): -6762226 or 971160. OLE color: 971160.

HSL color Cylindrical-coordinate representation of color #98D10E: hue angle of 77.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98D10E is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB15220914-
CMYK0.2700.930.18
HSL77.54º87.44%43.73%-
HSV(B)77.54º93.3%81.96%-
XYZ35.8352.318.62-
YUV169.7340.12115.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 209 (82.03% from 255) = 55.73%
BLUE value IS 14 (5.86% from 255) = 3.73%
R=40.53%
G=55.73%
B=3.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152209140.2700.930.1877.5487.4443.73
Hex98D1E1B05D124e572c
Octal230321163301352211612754
Binary1001100011010001111011011010111011001010011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98d10e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,209,14); }

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

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

 a { background-color: rgb(152,209,14); }

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

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

 span { border-color: rgb(152,209,14); }

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