Html Css Color HEX #8CA54A Chelsea Cucumber

📋 copy color: '#8CA54A'

red 140 ◦ green 165 ◦ blue 74

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

Shades of Chelsea Cucumber #8CA54A

Tints of Chelsea Cucumber #8CA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 36.94%
G = 43.54%
B = 19.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#8CA54A (or 0x8CA54A) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 4A. RGB value is (140,165,74). Sum of RGB (Red+Green+Blue) = 140+165+74=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA54A is #735AB5. Grayscale: #939393. Windows color (decimal): -7559862 or 4892044. OLE color: 4892044.

HSL color Cylindrical-coordinate representation of color #8CA54A: hue angle of 76.48º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CA54A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 74 -
CMYK 0.15 0 0.55 0.35
HSL 76.48º 0.38% 0.47% -
HSV(B) 76.48º 0.55% 0.65% -
XYZ 25.51 32.98 11.5 -
YUV 147.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 140 165 74 0.15 0 0.55 0.35 76.48 0.38 0.47
Hex 8C A5 4A F 0 37 23 4C 26 2F
Octal 214 245 112 17 0 67 43 114 46 57
Binary 10001100 10100101 1001010 1111 0 110111 100011 1001100 100110 101111

Color Harmonies of #8CA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA54A

Black with #8CA54A

Text Example


Text Example

White with #8CA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,74); }

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

background-color css

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

 a { background-color: rgb(140,165,74); }

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

border-color css

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

 span { border-color: rgb(140,165,74); }

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