Html Css Color HEX #8FAA5B Chelsea Cucumber

📋 copy color: '#8FAA5B'

red 143 ◦ green 170 ◦ blue 91

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

Shades of Chelsea Cucumber #8FAA5B

Tints of Chelsea Cucumber #8FAA5B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.08%

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 35.4%
G = 42.08%
B = 22.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#8FAA5B (or 0x8FAA5B) is known color: Chelsea Cucumber. HEX triplet: 8F, AA and 5B. RGB value is (143,170,91). Sum of RGB (Red+Green+Blue) = 143+170+91=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA5B is #7055A4. Grayscale: #999999. Windows color (decimal): -7361957 or 6007439. OLE color: 6007439.

HSL color Cylindrical-coordinate representation of color #8FAA5B: hue angle of 80.51º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FAA5B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 170 91 -
CMYK 0.16 0 0.46 0.33
HSL 80.51º 0.32% 0.51% -
HSV(B) 80.51º 0.46% 0.67% -
XYZ 27.59 35.34 15.27 -
YUV 152.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 143 170 91 0.16 0 0.46 0.33 80.51 0.32 0.51
Hex 8F AA 5B 10 0 2E 21 51 20 33
Octal 217 252 133 20 0 56 41 121 40 63
Binary 10001111 10101010 1011011 10000 0 101110 100001 1010001 100000 110011

Color Harmonies of #8FAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAA5B

Black with #8FAA5B

Text Example


Text Example

White with #8FAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,91); }

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

background-color css

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

 a { background-color: rgb(143,170,91); }

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

border-color css

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

 span { border-color: rgb(143,170,91); }

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