Html Css Color HEX #8FAA64 Chelsea Cucumber

📋 copy color: '#8FAA64'

red 143 ◦ green 170 ◦ blue 100

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

Shades of Chelsea Cucumber #8FAA64

Tints of Chelsea Cucumber #8FAA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 34.62%
G = 41.16%
B = 24.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#8FAA64 (or 0x8FAA64) is known color: Chelsea Cucumber. HEX triplet: 8F, AA and 64. RGB value is (143,170,100). Sum of RGB (Red+Green+Blue) = 143+170+100=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA64 is #70559B. Grayscale: #9A9A9A. Windows color (decimal): -7361948 or 6597263. OLE color: 6597263.

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

Color convert

RGB 143 170 100 -
CMYK 0.16 0 0.41 0.33
HSL 83.14º 0.29% 0.53% -
HSV(B) 83.14º 0.41% 0.67% -
XYZ 28 35.51 17.43 -
YUV 153.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 143 170 100 0.16 0 0.41 0.33 83.14 0.29 0.53
Hex 8F AA 64 10 0 29 21 53 1D 35
Octal 217 252 144 20 0 51 41 123 35 65
Binary 10001111 10101010 1100100 10000 0 101001 100001 1010011 11101 110101

Color Harmonies of #8FAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAA64

Black with #8FAA64

Text Example


Text Example

White with #8FAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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