#90AF64

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

Shades of Chelsea Cucumber #90AF64

Tints of Chelsea Cucumber #90AF64

Color information

#90AF64 (or 0x90AF64) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, AF and 64. RGB value is (144,175,100). Sum of RGB (Red+Green+Blue) = 144+175+100=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF64 is #6F509B. Grayscale: #9D9D9D. Windows color (decimal): -7295132 or 6598544. OLE color: 6598544.

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

Color convert

RGB144175100-
CMYK0.1800.430.31
HSL84.8º31.91%53.92%-
HSV(B)84.8º42.86%68.63%-
XYZ29.1337.5117.76-
YUV157.1895.73118.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=34.37%
G=41.77%
B=23.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751000.1800.430.3184.831.9153.92
Hex90AF641202B1F552036
Octal22025714422053371254066
Binary10010000101011111100100100100101011111111010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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