#90CB14

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

Shades of Citrus #90CB14

Tints of Citrus #90CB14

Color information

#90CB14 (or 0x90CB14) is unknown color: approx Citrus. HEX triplet: 90, CB and 14. RGB value is (144,203,20). Sum of RGB (Red+Green+Blue) = 144+203+20=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CB14 is #6F34EB. Grayscale: #A5A5A5. Windows color (decimal): -7288044 or 1362832. OLE color: 1362832.

HSL color Cylindrical-coordinate representation of color #90CB14: hue angle of 79.34º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90CB14 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB14420320-
CMYK0.2900.900.20
HSL79.34º82.06%43.73%-
HSV(B)79.34º90.15%79.61%-
XYZ32.9848.698.32-
YUV164.546.45113.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 203 (79.69% from 255) = 55.31%
BLUE value IS 20 (8.20% from 255) = 5.45%
R=39.24%
G=55.31%
B=5.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144203200.2900.900.2079.3482.0643.73
Hex90CB141D05A144f522c
Octal220313243501322411712254
Binary10010000110010111010011101010110101010010011111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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