Html Css Color HEX #8FA350 Chelsea Cucumber

📋 copy color: '#8FA350'

red 143 ◦ green 163 ◦ blue 80

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

Shades of Chelsea Cucumber #8FA350

Tints of Chelsea Cucumber #8FA350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

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

R = 37.05%
G = 42.23%
B = 20.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#8FA350 (or 0x8FA350) is known color: Chelsea Cucumber. HEX triplet: 8F, A3 and 50. RGB value is (143,163,80). Sum of RGB (Red+Green+Blue) = 143+163+80=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA350 is #705CAF. Grayscale: #939393. Windows color (decimal): -7363760 or 5284751. OLE color: 5284751.

HSL color Cylindrical-coordinate representation of color #8FA350: hue angle of 74.46º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FA350 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 163 80 -
CMYK 0.12 0 0.51 0.36
HSL 74.46º 0.34% 0.48% -
HSV(B) 74.46º 0.51% 0.64% -
XYZ 25.87 32.61 12.52 -
YUV 147.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 143 163 80 0.12 0 0.51 0.36 74.46 0.34 0.48
Hex 8F A3 50 C 0 33 24 4A 22 30
Octal 217 243 120 14 0 63 44 112 42 60
Binary 10001111 10100011 1010000 1100 0 110011 100100 1001010 100010 110000

Color Harmonies of #8FA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA350

Black with #8FA350

Text Example


Text Example

White with #8FA350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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