#90C318

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

Shades of Citrus #90C318

Tints of Citrus #90C318

Color information

#90C318 (or 0x90C318) is unknown color: approx Citrus. HEX triplet: 90, C3 and 18. RGB value is (144,195,24). Sum of RGB (Red+Green+Blue) = 144+195+24=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #90C318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C318 is #6F3CE7. Grayscale: #A0A0A0. Windows color (decimal): -7290088 or 1622928. OLE color: 1622928.

HSL color Cylindrical-coordinate representation of color #90C318: hue angle of 77.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90C318 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB14419524-
CMYK0.2600.880.24
HSL77.89º78.08%42.94%-
HSV(B)77.89º87.69%76.47%-
XYZ31.1845.037.91-
YUV160.2651.1116.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 195 (76.56% from 255) = 53.72%
BLUE value IS 24 (9.77% from 255) = 6.61%
R=39.67%
G=53.72%
B=6.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144195240.2600.880.2477.8978.0842.94
Hex90C3181A058184e4e2b
Octal220303303201303011611653
Binary10010000110000111100011010010110001100010011101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,195,24); }

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

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

 a { background-color: rgb(144,195,24); }

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

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

 span { border-color: rgb(144,195,24); }

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