#90c000

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

Shades of Citrus #90C000

Tints of Citrus #90C000

Color information

#90C000 (or 0x90C000) is unknown color: approx Citrus. HEX triplet: 90, C0 and 00. RGB value is (144,192,0). Sum of RGB (Red+Green+Blue) = 144+192+0=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #90C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C000 is #6F3FFF. Grayscale: #9C9C9C. Windows color (decimal): -7290880 or 49296. OLE color: 49296.

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

Color convert

RGB1441920-
CMYK0.25010.25
HSL75º100%37.65%-
HSV(B)75º100%75.29%-
XYZ30.3543.636.82-
YUV155.7640.1119.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 192 (75.39% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14419200.25010.257510037.65
Hex90C0019064194b6426
Octal22030003101443111314446
Binary1001000011000000011001011001001100110010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90c000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,192,0); }

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

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

 a { background-color: rgb(144,192,0); }

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

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

 span { border-color: rgb(144,192,0); }

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