#98CE0F

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

Shades of Citrus #98CE0F

Tints of Citrus #98CE0F

Color information

#98CE0F (or 0x98CE0F) is unknown color: approx Citrus. HEX triplet: 98, CE and 0F. RGB value is (152,206,15). Sum of RGB (Red+Green+Blue) = 152+206+15=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CE0F is #6731F0. Grayscale: #A8A8A8. Windows color (decimal): -6762993 or 1035928. OLE color: 1035928.

HSL color Cylindrical-coordinate representation of color #98CE0F: hue angle of 76.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98CE0F is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB15220615-
CMYK0.2600.930.19
HSL76.96º86.43%43.33%-
HSV(B)76.96º92.72%80.78%-
XYZ35.1150.858.42-
YUV168.0841.61116.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 206 (80.86% from 255) = 55.23%
BLUE value IS 15 (6.25% from 255) = 4.02%
R=40.75%
G=55.23%
B=4.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152206150.2600.930.1976.9686.4343.33
Hex98CEF1A05D134d562b
Octal230316173201352311512653
Binary1001100011001110111111010010111011001110011011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,15); }

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

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

 a { background-color: rgb(152,206,15); }

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

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

 span { border-color: rgb(152,206,15); }

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