#90bf14

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

Shades of Citrus #90BF14

Tints of Citrus #90BF14

Color information

#90BF14 (or 0x90BF14) is unknown color: approx Citrus. HEX triplet: 90, BF and 14. RGB value is (144,191,20). Sum of RGB (Red+Green+Blue) = 144+191+20=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF14 is #6F40EB. Grayscale: #9E9E9E. Windows color (decimal): -7291116 or 1359760. OLE color: 1359760.

HSL color Cylindrical-coordinate representation of color #90BF14: hue angle of 76.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90BF14 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB14419120-
CMYK0.2500.900.25
HSL76.49º81.04%41.37%-
HSV(B)76.49º89.53%74.9%-
XYZ30.2643.247.41-
YUV157.4550.43118.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 191 (75% from 255) = 53.80%
BLUE value IS 20 (8.20% from 255) = 5.63%
R=40.56%
G=53.80%
B=5.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144191200.2500.900.2576.4981.0441.37
Hex90BF141905A194c5129
Octal220277243101323111412151
Binary10010000101111111010011001010110101100110011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90bf14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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