#90b20e

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

Shades of Citrus #90B20E

Tints of Citrus #90B20E

Color information

#90B20E (or 0x90B20E) is unknown color: approx Citrus. HEX triplet: 90, B2 and 0E. RGB value is (144,178,14). Sum of RGB (Red+Green+Blue) = 144+178+14=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #90B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B20E is #6F4DF1. Grayscale: #959595. Windows color (decimal): -7294450 or 963216. OLE color: 963216.

HSL color Cylindrical-coordinate representation of color #90B20E: hue angle of 72.44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90B20E is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB14417814-
CMYK0.1900.920.30
HSL72.44º85.42%37.65%-
HSV(B)72.44º92.13%69.8%-
XYZ27.537.86.26-
YUV149.1451.74124.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 178 (69.92% from 255) = 52.98%
BLUE value IS 14 (5.86% from 255) = 4.17%
R=42.86%
G=52.98%
B=4.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144178140.1900.920.3072.4485.4237.65
Hex90B2E1305C1E485526
Octal220262162301343611012546
Binary1001000010110010111010011010111001111010010001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90b20e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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