#8AA548

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

Shades of Chelsea Cucumber #8AA548

Tints of Chelsea Cucumber #8AA548

Color information

#8AA548 (or 0x8AA548) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A5 and 48. RGB value is (138,165,72). Sum of RGB (Red+Green+Blue) = 138+165+72=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA548 is #755AB7. Grayscale: #929292. Windows color (decimal): -7690936 or 4760970. OLE color: 4760970.

HSL color Cylindrical-coordinate representation of color #8AA548: hue angle of 77.42º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AA548 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB13816572-
CMYK0.1600.560.35
HSL77.42º39.24%46.47%-
HSV(B)77.42º56.36%64.71%-
XYZ25.1132.7811.14-
YUV146.3286.05122.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=36.8%
G=44%
B=19.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165720.1600.560.3577.4239.2446.47
Hex8AA54810038234d272e
Octal21224511020070431154756
Binary100010101010010110010001000001110001000111001101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,72); }

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

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

 a { background-color: rgb(138,165,72); }

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

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

 span { border-color: rgb(138,165,72); }

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