#90AF5E

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

Shades of Chelsea Cucumber #90AF5E

Tints of Chelsea Cucumber #90AF5E

Color information

#90AF5E (or 0x90AF5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, AF and 5E. RGB value is (144,175,94). Sum of RGB (Red+Green+Blue) = 144+175+94=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF5E is #6F50A1. Grayscale: #9C9C9C. Windows color (decimal): -7295138 or 6205328. OLE color: 6205328.

HSL color Cylindrical-coordinate representation of color #90AF5E: hue angle of 82.96º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90AF5E is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB14417594-
CMYK0.1800.460.31
HSL82.96º33.61%52.75%-
HSV(B)82.96º46.29%68.63%-
XYZ28.8537.416.29-
YUV156.592.73119.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=34.87%
G=42.37%
B=22.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144175940.1800.460.3182.9633.6152.75
Hex90AF5E1202E1F532235
Octal22025713622056371234265
Binary10010000101011111011110100100101110111111010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,175,94); }

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

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

 a { background-color: rgb(144,175,94); }

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

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

 span { border-color: rgb(144,175,94); }

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