Html Css Color HEX #8DA55F Chelsea Cucumber

📋 copy color: '#8DA55F'

red 141 ◦ green 165 ◦ blue 95

#8DA55F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8DA55F

Tints of Chelsea Cucumber #8DA55F

RGB

 RED value IS 141 (55.47% from 255) = 35.16%

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 35.16%
G = 41.15%
B = 23.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#8DA55F (or 0x8DA55F) is known color: Chelsea Cucumber. HEX triplet: 8D, A5 and 5F. RGB value is (141,165,95). Sum of RGB (Red+Green+Blue) = 141+165+95=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA55F is #725AA0. Grayscale: #969696. Windows color (decimal): -7494305 or 6268301. OLE color: 6268301.

HSL color Cylindrical-coordinate representation of color #8DA55F: hue angle of 80.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DA55F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 165 95 -
CMYK 0.15 0 0.42 0.35
HSL 80.57º 0.28% 0.51% -
HSV(B) 80.57º 0.42% 0.65% -
XYZ 26.51 33.4 15.88 -
YUV 149.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 141 165 95 0.15 0 0.42 0.35 80.57 0.28 0.51
Hex 8D A5 5F F 0 2A 23 51 1C 33
Octal 215 245 137 17 0 52 43 121 34 63
Binary 10001101 10100101 1011111 1111 0 101010 100011 1010001 11100 110011

Color Harmonies of #8DA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA55F

Black with #8DA55F

Text Example


Text Example

White with #8DA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,165,95); }

 H1.HeaderClassName
 {
   color: #8DA55F;
 }
 .AnyTagClassName
 {
   color: #8DA55F;
 }
</style>

background-color css

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

 a { background-color: rgb(141,165,95); }

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

border-color css

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

 span { border-color: rgb(141,165,95); }

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