Html Css Color HEX #8FA550 Chelsea Cucumber

📋 copy color: '#8FA550'

red 143 ◦ green 165 ◦ blue 80

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

Shades of Chelsea Cucumber #8FA550

Tints of Chelsea Cucumber #8FA550

RGB

 RED value IS 143 (56.25% from 255) = 36.86%

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

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 36.86%
G = 42.53%
B = 20.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#8FA550 (or 0x8FA550) is known color: Chelsea Cucumber. HEX triplet: 8F, A5 and 50. RGB value is (143,165,80). Sum of RGB (Red+Green+Blue) = 143+165+80=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA550 is #705AAF. Grayscale: #959595. Windows color (decimal): -7363248 or 5285263. OLE color: 5285263.

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

Color convert

RGB 143 165 80 -
CMYK 0.13 0 0.52 0.35
HSL 75.53º 0.35% 0.48% -
HSV(B) 75.53º 0.52% 0.65% -
XYZ 26.23 33.33 12.64 -
YUV 148.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 143 165 80 0.13 0 0.52 0.35 75.53 0.35 0.48
Hex 8F A5 50 D 0 34 23 4C 23 30
Octal 217 245 120 15 0 64 43 114 43 60
Binary 10001111 10100101 1010000 1101 0 110100 100011 1001100 100011 110000

Color Harmonies of #8FA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA550

Black with #8FA550

Text Example


Text Example

White with #8FA550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,165,80); }

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

background-color css

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

 a { background-color: rgb(143,165,80); }

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

border-color css

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

 span { border-color: rgb(143,165,80); }

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