#90A450

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

Shades of Chelsea Cucumber #90A450

Tints of Chelsea Cucumber #90A450

Color information

#90A450 (or 0x90A450) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, A4 and 50. RGB value is (144,164,80). Sum of RGB (Red+Green+Blue) = 144+164+80=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #90A450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A450 is #6F5BAF. Grayscale: #949494. Windows color (decimal): -7297968 or 5285008. OLE color: 5285008.

HSL color Cylindrical-coordinate representation of color #90A450: hue angle of 74.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90A450 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB14416480-
CMYK0.1200.510.36
HSL74.29º34.43%47.84%-
HSV(B)74.29º51.22%64.31%-
XYZ26.2333.0612.59-
YUV148.4489.37124.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=37.11%
G=42.27%
B=20.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144164800.1200.510.3674.2934.4347.84
Hex90A450C033244a2230
Octal22024412014063441124260
Binary10010000101001001010000110001100111001001001010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,164,80); }

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

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

 a { background-color: rgb(144,164,80); }

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

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

 span { border-color: rgb(144,164,80); }

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