#90C00F

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

Shades of Citrus #90C00F

Tints of Citrus #90C00F

Color information

#90C00F (or 0x90C00F) is unknown color: approx Citrus. HEX triplet: 90, C0 and 0F. RGB value is (144,192,15). Sum of RGB (Red+Green+Blue) = 144+192+15=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #90C00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C00F is #6F3FF0. Grayscale: #9E9E9E. Windows color (decimal): -7290865 or 1032336. OLE color: 1032336.

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

Color convert

RGB14419215-
CMYK0.2500.920.25
HSL76.27º85.51%40.59%-
HSV(B)76.27º92.19%75.29%-
XYZ30.4443.667.28-
YUV157.4747.6118.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 192 (75.39% from 255) = 54.70%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=41.03%
G=54.70%
B=4.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144192150.2500.920.2576.2785.5140.59
Hex90C0F1905C194c5629
Octal220300173101343111412651
Binary1001000011000000111111001010111001100110011001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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