#98C90E

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

Shades of Citrus #98C90E

Tints of Citrus #98C90E

Color information

#98C90E (or 0x98C90E) is unknown color: approx Citrus. HEX triplet: 98, C9 and 0E. RGB value is (152,201,14). Sum of RGB (Red+Green+Blue) = 152+201+14=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #98C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C90E is #6736F1. Grayscale: #A5A5A5. Windows color (decimal): -6764274 or 969112. OLE color: 969112.

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

Color convert

RGB15220114-
CMYK0.2400.930.21
HSL75.72º86.98%42.16%-
HSV(B)75.72º93.03%78.82%-
XYZ33.9148.487.99-
YUV165.0342.77118.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 201 (78.91% from 255) = 54.77%
BLUE value IS 14 (5.86% from 255) = 3.81%
R=41.42%
G=54.77%
B=3.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152201140.2400.930.2175.7286.9842.16
Hex98C9E1805D154c572a
Octal230311163001352511412752
Binary1001100011001001111011000010111011010110011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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