#8AAD4D

Color #8AAD4D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8AAD4D

Tints of Chelsea Cucumber #8AAD4D

Color information

#8AAD4D (or 0x8AAD4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 4D. RGB value is (138,173,77). Sum of RGB (Red+Green+Blue) = 138+173+77=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD4D is #7552B2. Grayscale: #979797. Windows color (decimal): -7688883 or 5090698. OLE color: 5090698.

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

Color convert

RGB13817377-
CMYK0.2000.550.32
HSL81.88º38.4%49.02%-
HSV(B)81.88º55.49%67.84%-
XYZ26.7635.8312.53-
YUV151.5985.9118.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.57%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=35.57%
G=44.59%
B=19.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173770.2000.550.3281.8838.449.02
Hex8AAD4D1403720522631
Octal21225511524067401224661
Binary100010101010110110011011010001101111000001010010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,77); }

 H1.HeaderClassName
 {
   color: #8AAD4D;
 }
 .AnyTagClassName
 {
   color: #8AAD4D;
 }
</style>
background-color css

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

 a { background-color: rgb(138,173,77); }

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

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

 span { border-color: rgb(138,173,77); }

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