Html Css Color HEX #8CA34A Chelsea Cucumber

📋 copy color: '#8CA34A'

red 140 ◦ green 163 ◦ blue 74

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

Shades of Chelsea Cucumber #8CA34A

Tints of Chelsea Cucumber #8CA34A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

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

R = 37.14%
G = 43.24%
B = 19.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#8CA34A (or 0x8CA34A) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 4A. RGB value is (140,163,74). Sum of RGB (Red+Green+Blue) = 140+163+74=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA34A is #735CB5. Grayscale: #929292. Windows color (decimal): -7560374 or 4891532. OLE color: 4891532.

HSL color Cylindrical-coordinate representation of color #8CA34A: hue angle of 75.51º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CA34A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 74 -
CMYK 0.14 0 0.55 0.36
HSL 75.51º 0.38% 0.46% -
HSV(B) 75.51º 0.55% 0.64% -
XYZ 25.15 32.26 11.38 -
YUV 145.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 140 163 74 0.14 0 0.55 0.36 75.51 0.38 0.46
Hex 8C A3 4A E 0 37 24 4C 26 2E
Octal 214 243 112 16 0 67 44 114 46 56
Binary 10001100 10100011 1001010 1110 0 110111 100100 1001100 100110 101110

Color Harmonies of #8CA34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA34A

Black with #8CA34A

Text Example


Text Example

White with #8CA34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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