#91C00D

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

Shades of Citrus #91C00D

Tints of Citrus #91C00D

Color information

#91C00D (or 0x91C00D) is unknown color: approx Citrus. HEX triplet: 91, C0 and 0D. RGB value is (145,192,13). Sum of RGB (Red+Green+Blue) = 145+192+13=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #91C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C00D is #6E3FF2. Grayscale: #9E9E9E. Windows color (decimal): -7225331 or 901265. OLE color: 901265.

HSL color Cylindrical-coordinate representation of color #91C00D: hue angle of 75.75º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91C00D is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB14519213-
CMYK0.2400.930.25
HSL75.75º87.32%40.2%-
HSV(B)75.75º93.23%75.29%-
XYZ30.643.757.21-
YUV157.5446.43119.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 192 (75.39% from 255) = 54.86%
BLUE value IS 13 (5.47% from 255) = 3.71%
R=41.43%
G=54.86%
B=3.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145192130.2400.930.2575.7587.3240.2
Hex91C0D1805D194c5728
Octal221300153001353111412750
Binary1001000111000000110111000010111011100110011001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91C00D; }

 p { color: rgb(145,192,13); }

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

<style>
 a { background-color: #91C00D; }

 a { background-color: rgb(145,192,13); }

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

<style>
 span { border-color: #91C00D; }

 span { border-color: rgb(145,192,13); }

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