#90C514

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

Shades of Citrus #90C514

Tints of Citrus #90C514

Color information

#90C514 (or 0x90C514) is unknown color: approx Citrus. HEX triplet: 90, C5 and 14. RGB value is (144,197,20). Sum of RGB (Red+Green+Blue) = 144+197+20=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #90C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C514 is #6F3AEB. Grayscale: #A1A1A1. Windows color (decimal): -7289580 or 1361296. OLE color: 1361296.

HSL color Cylindrical-coordinate representation of color #90C514: hue angle of 77.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90C514 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB14419720-
CMYK0.2700.900.23
HSL77.97º81.57%42.55%-
HSV(B)77.97º89.85%77.25%-
XYZ31.5945.917.86-
YUV160.9848.44115.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.89%
GREEN value IS 197 (77.34% from 255) = 54.57%
BLUE value IS 20 (8.20% from 255) = 5.54%
R=39.89%
G=54.57%
B=5.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144197200.2700.900.2377.9781.5742.55
Hex90C5141B05A174e522b
Octal220305243301322711612253
Binary10010000110001011010011011010110101011110011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,197,20); }

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

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

 a { background-color: rgb(144,197,20); }

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

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

 span { border-color: rgb(144,197,20); }

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