#90B40E

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

Shades of Citrus #90B40E

Tints of Citrus #90B40E

Color information

#90B40E (or 0x90B40E) is unknown color: approx Citrus. HEX triplet: 90, B4 and 0E. RGB value is (144,180,14). Sum of RGB (Red+Green+Blue) = 144+180+14=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #90B40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B40E is #6F4BF1. Grayscale: #969696. Windows color (decimal): -7293938 or 963728. OLE color: 963728.

HSL color Cylindrical-coordinate representation of color #90B40E: hue angle of 73.01º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90B40E is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB14418014-
CMYK0.200.920.29
HSL73.01º85.57%38.04%-
HSV(B)73.01º92.22%70.59%-
XYZ27.938.66.4-
YUV150.3151.07123.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 14 (5.86% from 255) = 4.14%
R=42.60%
G=53.25%
B=4.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144180140.200.920.2973.0185.5738.04
Hex90B4E1405C1D495626
Octal220264162401343511112646
Binary1001000010110100111010100010111001110110010011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90B40E; }

 p { color: rgb(144,180,14); }

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

<style>
 a { background-color: #90B40E; }

 a { background-color: rgb(144,180,14); }

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

<style>
 span { border-color: #90B40E; }

 span { border-color: rgb(144,180,14); }

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