#9FC90E

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

Shades of Citrus #9FC90E

Tints of Citrus #9FC90E

Color information

#9FC90E (or 0x9FC90E) is unknown color: approx Citrus. HEX triplet: 9F, C9 and 0E. RGB value is (159,201,14). Sum of RGB (Red+Green+Blue) = 159+201+14=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC90E is #6036F1. Grayscale: #A7A7A7. Windows color (decimal): -6305522 or 969119. OLE color: 969119.

HSL color Cylindrical-coordinate representation of color #9FC90E: hue angle of 73.48º 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 #9FC90E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB15920114-
CMYK0.2100.930.21
HSL73.48º86.98%42.16%-
HSV(B)73.48º93.03%78.82%-
XYZ35.2649.188.05-
YUV167.1241.59122.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 201 (78.91% from 255) = 53.74%
BLUE value IS 14 (5.86% from 255) = 3.74%
R=42.51%
G=53.74%
B=3.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159201140.2100.930.2173.4886.9842.16
Hex9FC9E1505D1549572a
Octal237311162501352511112752
Binary1001111111001001111010101010111011010110010011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC90E; }

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

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

<style>
 a { background-color: #9FC90E; }

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

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

<style>
 span { border-color: #9FC90E; }

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

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