Html Css Color HEX #8CAF5A Chelsea Cucumber

📋 copy color: '#8CAF5A'

red 140 ◦ green 175 ◦ blue 90

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

Shades of Chelsea Cucumber #8CAF5A

Tints of Chelsea Cucumber #8CAF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

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

R = 34.57%
G = 43.21%
B = 22.22%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#8CAF5A (or 0x8CAF5A) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 5A. RGB value is (140,175,90). Sum of RGB (Red+Green+Blue) = 140+175+90=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF5A is #7350A5. Grayscale: #9B9B9B. Windows color (decimal): -7557286 or 5943180. OLE color: 5943180.

HSL color Cylindrical-coordinate representation of color #8CAF5A: hue angle of 84.71º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CAF5A is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 90 -
CMYK 0.2 0 0.49 0.31
HSL 84.71º 0.35% 0.52% -
HSV(B) 84.71º 0.49% 0.69% -
XYZ 27.99 36.97 15.33 -
YUV 154.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 140 175 90 0.2 0 0.49 0.31 84.71 0.35 0.52
Hex 8C AF 5A 14 0 31 1F 55 23 34
Octal 214 257 132 24 0 61 37 125 43 64
Binary 10001100 10101111 1011010 10100 0 110001 11111 1010101 100011 110100

Color Harmonies of #8CAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF5A

Black with #8CAF5A

Text Example


Text Example

White with #8CAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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