#90B70A

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

Shades of Citrus #90B70A

Tints of Citrus #90B70A

Color information

#90B70A (or 0x90B70A) is unknown color: approx Citrus. HEX triplet: 90, B7 and 0A. RGB value is (144,183,10). Sum of RGB (Red+Green+Blue) = 144+183+10=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #90B70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B70A is #6F48F5. Grayscale: #989898. Windows color (decimal): -7293174 or 702352. OLE color: 702352.

HSL color Cylindrical-coordinate representation of color #90B70A: hue angle of 73.53º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90B70A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB14418310-
CMYK0.2100.950.28
HSL73.53º89.64%37.84%-
HSV(B)73.53º94.54%71.76%-
XYZ28.4939.826.47-
YUV151.6248.08122.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 183 (71.88% from 255) = 54.30%
BLUE value IS 10 (4.30% from 255) = 2.97%
R=42.73%
G=54.30%
B=2.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144183100.2100.950.2873.5389.6437.84
Hex90B7A1505F1C4a5a26
Octal220267122501373411213246
Binary1001000010110111101010101010111111110010010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,183,10); }

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

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

 a { background-color: rgb(144,183,10); }

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

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

 span { border-color: rgb(144,183,10); }

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