Html Css Color HEX #8CA65A Chelsea Cucumber

📋 copy color: '#8CA65A'

red 140 ◦ green 166 ◦ blue 90

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

Shades of Chelsea Cucumber #8CA65A

Tints of Chelsea Cucumber #8CA65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 35.35%
G = 41.92%
B = 22.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#8CA65A (or 0x8CA65A) is known color: Chelsea Cucumber. HEX triplet: 8C, A6 and 5A. RGB value is (140,166,90). Sum of RGB (Red+Green+Blue) = 140+166+90=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA65A is #7359A5. Grayscale: #959595. Windows color (decimal): -7559590 or 5940876. OLE color: 5940876.

HSL color Cylindrical-coordinate representation of color #8CA65A: hue angle of 80.53º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CA65A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 166 90 -
CMYK 0.16 0 0.46 0.35
HSL 80.53º 0.3% 0.5% -
HSV(B) 80.53º 0.46% 0.65% -
XYZ 26.3 33.59 14.77 -
YUV 149.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 140 166 90 0.16 0 0.46 0.35 80.53 0.3 0.5
Hex 8C A6 5A 10 0 2E 23 51 1E 32
Octal 214 246 132 20 0 56 43 121 36 62
Binary 10001100 10100110 1011010 10000 0 101110 100011 1010001 11110 110010

Color Harmonies of #8CA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA65A

Black with #8CA65A

Text Example


Text Example

White with #8CA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,90); }

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

background-color css

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

 a { background-color: rgb(140,166,90); }

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

border-color css

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

 span { border-color: rgb(140,166,90); }

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