#8CAF54

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

Shades of Chelsea Cucumber #8CAF54

Tints of Chelsea Cucumber #8CAF54

Color information

#8CAF54 (or 0x8CAF54) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AF and 54. RGB value is (140,175,84). Sum of RGB (Red+Green+Blue) = 140+175+84=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF54 is #7350AB. Grayscale: #9A9A9A. Windows color (decimal): -7557292 or 5549964. OLE color: 5549964.

HSL color Cylindrical-coordinate representation of color #8CAF54: hue angle of 83.08º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CAF54 is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB14017584-
CMYK0.200.520.31
HSL83.08º36.25%50.78%-
HSV(B)83.08º52%68.63%-
XYZ27.7536.8814.04-
YUV154.1688.4117.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=35.09%
G=43.86%
B=21.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140175840.200.520.3183.0836.2550.78
Hex8CAF54140341F532433
Octal21425712424064371234463
Binary10001100101011111010100101000110100111111010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,84); }

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

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

 a { background-color: rgb(140,175,84); }

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

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

 span { border-color: rgb(140,175,84); }

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