Html Css Color HEX #8CAA64 Chelsea Cucumber

📋 copy color: '#8CAA64'

red 140 ◦ green 170 ◦ blue 100

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

Shades of Chelsea Cucumber #8CAA64

Tints of Chelsea Cucumber #8CAA64

RGB

 RED value IS 140 (55.08% from 255) = 34.15%

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

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

R = 34.15%
G = 41.46%
B = 24.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#8CAA64 (or 0x8CAA64) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 64. RGB value is (140,170,100). Sum of RGB (Red+Green+Blue) = 140+170+100=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA64 is #73559B. Grayscale: #999999. Windows color (decimal): -7558556 or 6597260. OLE color: 6597260.

HSL color Cylindrical-coordinate representation of color #8CAA64: hue angle of 85.71º 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 #8CAA64 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 100 -
CMYK 0.18 0 0.41 0.33
HSL 85.71º 0.29% 0.53% -
HSV(B) 85.71º 0.41% 0.67% -
XYZ 27.49 35.25 17.41 -
YUV 153.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 140 170 100 0.18 0 0.41 0.33 85.71 0.29 0.53
Hex 8C AA 64 12 0 29 21 56 1D 35
Octal 214 252 144 22 0 51 41 126 35 65
Binary 10001100 10101010 1100100 10010 0 101001 100001 1010110 11101 110101

Color Harmonies of #8CAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA64

Black with #8CAA64

Text Example


Text Example

White with #8CAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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