#8A9F4D

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

Shades of Chelsea Cucumber #8A9F4D

Tints of Chelsea Cucumber #8A9F4D

Color information

#8A9F4D (or 0x8A9F4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9F and 4D. RGB value is (138,159,77). Sum of RGB (Red+Green+Blue) = 138+159+77=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F4D is #7560B2. Grayscale: #8F8F8F. Windows color (decimal): -7692467 or 5087114. OLE color: 5087114.

HSL color Cylindrical-coordinate representation of color #8A9F4D: hue angle of 75.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A9F4D is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB13815977-
CMYK0.1300.520.38
HSL75.37º34.75%46.27%-
HSV(B)75.37º51.57%62.35%-
XYZ24.2230.7411.68-
YUV143.3790.54124.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=36.90%
G=42.51%
B=20.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138159770.1300.520.3875.3734.7546.27
Hex8A9F4DD034264b232e
Octal21223711515064461134356
Binary10001010100111111001101110101101001001101001011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9F4D; }

 p { color: rgb(138,159,77); }

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

<style>
 a { background-color: #8A9F4D; }

 a { background-color: rgb(138,159,77); }

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

<style>
 span { border-color: #8A9F4D; }

 span { border-color: rgb(138,159,77); }

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