#8EAF54

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

Shades of Chelsea Cucumber #8EAF54

Tints of Chelsea Cucumber #8EAF54

Color information

#8EAF54 (or 0x8EAF54) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AF and 54. RGB value is (142,175,84). Sum of RGB (Red+Green+Blue) = 142+175+84=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF54 is #7150AB. Grayscale: #9B9B9B. Windows color (decimal): -7426220 or 5549966. OLE color: 5549966.

HSL color Cylindrical-coordinate representation of color #8EAF54: hue angle of 81.76º 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 #8EAF54 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB14217584-
CMYK0.1900.520.31
HSL81.76º36.25%50.78%-
HSV(B)81.76º52%68.63%-
XYZ28.0937.0514.06-
YUV154.7688.07118.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=35.41%
G=43.64%
B=20.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175840.1900.520.3181.7636.2550.78
Hex8EAF54130341F522433
Octal21625712423064371224463
Binary10001110101011111010100100110110100111111010010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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