#90C319

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

Shades of Citrus #90C319

Tints of Citrus #90C319

Color information

#90C319 (or 0x90C319) is unknown color: approx Citrus. HEX triplet: 90, C3 and 19. RGB value is (144,195,25). Sum of RGB (Red+Green+Blue) = 144+195+25=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #90C319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C319 is #6F3CE6. Grayscale: #A1A1A1. Windows color (decimal): -7290087 or 1688464. OLE color: 1688464.

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

Color convert

RGB14419525-
CMYK0.2600.870.24
HSL78º77.27%43.14%-
HSV(B)78º87.18%76.47%-
XYZ31.1945.037.97-
YUV160.3751.6116.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 195 (76.56% from 255) = 53.57%
BLUE value IS 25 (10.16% from 255) = 6.87%
R=39.56%
G=53.57%
B=6.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144195250.2600.870.247877.2743.14
Hex90C3191A057184e4d2b
Octal220303313201273011611553
Binary10010000110000111100111010010101111100010011101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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