#90BD08

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

Shades of Citrus #90BD08

Tints of Citrus #90BD08

Color information

#90BD08 (or 0x90BD08) is unknown color: approx Citrus. HEX triplet: 90, BD and 08. RGB value is (144,189,8). Sum of RGB (Red+Green+Blue) = 144+189+8=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD08 is #6F42F7. Grayscale: #9B9B9B. Windows color (decimal): -7291640 or 572816. OLE color: 572816.

HSL color Cylindrical-coordinate representation of color #90BD08: hue angle of 74.92º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90BD08 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1441898-
CMYK0.2400.960.26
HSL74.92º91.88%38.63%-
HSV(B)74.92º95.77%74.12%-
XYZ29.7442.346.83-
YUV154.9145.09120.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 8 (3.52% from 255) = 2.35%
R=42.23%
G=55.43%
B=2.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14418980.2400.960.2674.9291.8838.63
Hex90BD8180601A4b5c27
Octal220275103001403211313447
Binary1001000010111101100011000011000001101010010111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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