Html Css Color HEX #8CAA4A Chelsea Cucumber

📋 copy color: '#8CAA4A'

red 140 ◦ green 170 ◦ blue 74

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

Shades of Chelsea Cucumber #8CAA4A

Tints of Chelsea Cucumber #8CAA4A

RGB

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

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

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

R = 36.46%
G = 44.27%
B = 19.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#8CAA4A (or 0x8CAA4A) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 4A. RGB value is (140,170,74). Sum of RGB (Red+Green+Blue) = 140+170+74=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA4A is #7355B5. Grayscale: #969696. Windows color (decimal): -7558582 or 4893324. OLE color: 4893324.

HSL color Cylindrical-coordinate representation of color #8CAA4A: hue angle of 78.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CAA4A is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 74 -
CMYK 0.18 0 0.56 0.33
HSL 78.75º 0.39% 0.48% -
HSV(B) 78.75º 0.56% 0.67% -
XYZ 26.43 34.82 11.81 -
YUV 150.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 140 170 74 0.18 0 0.56 0.33 78.75 0.39 0.48
Hex 8C AA 4A 12 0 38 21 4F 27 30
Octal 214 252 112 22 0 70 41 117 47 60
Binary 10001100 10101010 1001010 10010 0 111000 100001 1001111 100111 110000

Color Harmonies of #8CAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA4A

Black with #8CAA4A

Text Example


Text Example

White with #8CAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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