#8DA94B

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

Shades of Chelsea Cucumber #8DA94B

Tints of Chelsea Cucumber #8DA94B

Color information

#8DA94B (or 0x8DA94B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A9 and 4B. RGB value is (141,169,75). Sum of RGB (Red+Green+Blue) = 141+169+75=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA94B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA94B is #7256B4. Grayscale: #969696. Windows color (decimal): -7493301 or 4958605. OLE color: 4958605.

HSL color Cylindrical-coordinate representation of color #8DA94B: hue angle of 77.87º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DA94B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB14116975-
CMYK0.1700.560.34
HSL77.87º38.52%47.84%-
HSV(B)77.87º55.62%66.27%-
XYZ26.4434.5511.93-
YUV149.9185.72121.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 169 (66.41% from 255) = 43.90%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=36.62%
G=43.90%
B=19.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141169750.1700.560.3477.8738.5247.84
Hex8DA94B11038224e2730
Octal21525111321070421164760
Binary100011011010100110010111000101110001000101001110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,75); }

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

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

 a { background-color: rgb(141,169,75); }

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

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

 span { border-color: rgb(141,169,75); }

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