#90C30E

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

Shades of Citrus #90C30E

Tints of Citrus #90C30E

Color information

#90C30E (or 0x90C30E) is unknown color: approx Citrus. HEX triplet: 90, C3 and 0E. RGB value is (144,195,14). Sum of RGB (Red+Green+Blue) = 144+195+14=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #90C30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C30E is #6F3CF1. Grayscale: #9F9F9F. Windows color (decimal): -7290098 or 967568. OLE color: 967568.

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

Color convert

RGB14419514-
CMYK0.2600.930.24
HSL76.91º86.6%40.98%-
HSV(B)76.91º92.82%76.47%-
XYZ31.144.997.46-
YUV159.1246.1117.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 14 (5.86% from 255) = 3.97%
R=40.79%
G=55.24%
B=3.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144195140.2600.930.2476.9186.640.98
Hex90C3E1A05D184d5729
Octal220303163201353011512751
Binary1001000011000011111011010010111011100010011011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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