#90C612

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

Shades of Citrus #90C612

Tints of Citrus #90C612

Color information

#90C612 (or 0x90C612) is unknown color: approx Citrus. HEX triplet: 90, C6 and 12. RGB value is (144,198,18). Sum of RGB (Red+Green+Blue) = 144+198+18=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #90C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C612 is #6F39ED. Grayscale: #A1A1A1. Windows color (decimal): -7289326 or 1230480. OLE color: 1230480.

HSL color Cylindrical-coordinate representation of color #90C612: hue angle of 78º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90C612 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB14419818-
CMYK0.2700.910.22
HSL78º83.33%42.35%-
HSV(B)78º90.91%77.65%-
XYZ31.846.367.84-
YUV161.3347.11115.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40%
GREEN value IS 198 (77.73% from 255) = 55%
BLUE value IS 18 (7.42% from 255) = 5%
R=40%
G=55%
B=5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal144198180.2700.910.227883.3342.35
Hex90C6121B05B164e532a
Octal220306223301332611612352
Binary10010000110001101001011011010110111011010011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,198,18); }

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

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

 a { background-color: rgb(144,198,18); }

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

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

 span { border-color: rgb(144,198,18); }

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