Html Css Color HEX #8CA545 Chelsea Cucumber

📋 copy color: '#8CA545'

red 140 ◦ green 165 ◦ blue 69

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

Shades of Chelsea Cucumber #8CA545

Tints of Chelsea Cucumber #8CA545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 37.43%
G = 44.12%
B = 18.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#8CA545 (or 0x8CA545) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 45. RGB value is (140,165,69). Sum of RGB (Red+Green+Blue) = 140+165+69=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA545 is #735ABA. Grayscale: #929292. Windows color (decimal): -7559867 or 4564364. OLE color: 4564364.

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

Color convert

RGB 140 165 69 -
CMYK 0.15 0 0.58 0.35
HSL 75.63º 0.41% 0.46% -
HSV(B) 75.63º 0.58% 0.65% -
XYZ 25.34 32.92 10.65 -
YUV 146.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 140 165 69 0.15 0 0.58 0.35 75.63 0.41 0.46
Hex 8C A5 45 F 0 3A 23 4C 29 2E
Octal 214 245 105 17 0 72 43 114 51 56
Binary 10001100 10100101 1000101 1111 0 111010 100011 1001100 101001 101110

Color Harmonies of #8CA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA545

Black with #8CA545

Text Example


Text Example

White with #8CA545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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