#90C813

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

Shades of Citrus #90C813

Tints of Citrus #90C813

Color information

#90C813 (or 0x90C813) is unknown color: approx Citrus. HEX triplet: 90, C8 and 13. RGB value is (144,200,19). Sum of RGB (Red+Green+Blue) = 144+200+19=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #90C813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C813 is #6F37EC. Grayscale: #A3A3A3. Windows color (decimal): -7288813 or 1296528. OLE color: 1296528.

HSL color Cylindrical-coordinate representation of color #90C813: hue angle of 78.56º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90C813 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB14420019-
CMYK0.2800.900.22
HSL78.56º82.65%42.94%-
HSV(B)78.56º90.5%78.43%-
XYZ32.2747.288.04-
YUV162.6246.95114.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 200 (78.52% from 255) = 55.10%
BLUE value IS 19 (7.81% from 255) = 5.23%
R=39.67%
G=55.10%
B=5.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal144200190.2800.900.2278.5682.6542.94
Hex90C8131C05A164f532b
Octal220310233401322611712353
Binary10010000110010001001111100010110101011010011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,19); }

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

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

 a { background-color: rgb(144,200,19); }

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

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

 span { border-color: rgb(144,200,19); }

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