Html Css Color HEX #8AAC4E Chelsea Cucumber

📋 copy color: '#8AAC4E'

red 138 ◦ green 172 ◦ blue 78

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

Shades of Chelsea Cucumber #8AAC4E

Tints of Chelsea Cucumber #8AAC4E

RGB

 RED value IS 138 (54.3% from 255) = 35.57%

 GREEN value IS 172 (67.58% from 255) = 44.33%

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 35.57%
G = 44.33%
B = 20.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#8AAC4E (or 0x8AAC4E) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 4E. RGB value is (138,172,78). Sum of RGB (Red+Green+Blue) = 138+172+78=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC4E is #7553B1. Grayscale: #979797. Windows color (decimal): -7689138 or 5155978. OLE color: 5155978.

HSL color Cylindrical-coordinate representation of color #8AAC4E: hue angle of 81.7º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AAC4E is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 172 78 -
CMYK 0.20 0 0.55 0.33
HSL 81.7º 0.38% 0.49% -
HSV(B) 81.7º 0.55% 0.67% -
XYZ 26.61 35.46 12.65 -
YUV 151.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 138 172 78 0.20 0 0.55 0.33 81.7 0.38 0.49
Hex 8A AC 4E 14 0 37 21 52 26 31
Octal 212 254 116 24 0 67 41 122 46 61
Binary 10001010 10101100 1001110 10100 0 110111 100001 1010010 100110 110001

Color Harmonies of #8AAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAC4E

Black with #8AAC4E

Text Example


Text Example

White with #8AAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,172,78); }

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

background-color css

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

 a { background-color: rgb(138,172,78); }

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

border-color css

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

 span { border-color: rgb(138,172,78); }

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