#90C808

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

Shades of Citrus #90C808

Tints of Citrus #90C808

Color information

#90C808 (or 0x90C808) is unknown color: approx Citrus. HEX triplet: 90, C8 and 08. RGB value is (144,200,8). Sum of RGB (Red+Green+Blue) = 144+200+8=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #90C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C808 is #6F37F7. Grayscale: #A2A2A2. Windows color (decimal): -7288824 or 575632. OLE color: 575632.

HSL color Cylindrical-coordinate representation of color #90C808: hue angle of 77.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90C808 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1442008-
CMYK0.2800.960.22
HSL77.5º92.31%40.78%-
HSV(B)77.5º96%78.43%-
XYZ32.247.267.65-
YUV161.3741.45115.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 200 (78.52% from 255) = 56.82%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=40.91%
G=56.82%
B=2.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14420080.2800.960.2277.592.3140.78
Hex90C881C060164e5c29
Octal220310103401402611613451
Binary1001000011001000100011100011000001011010011101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,8); }

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

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

 a { background-color: rgb(144,200,8); }

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

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

 span { border-color: rgb(144,200,8); }

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