#8AA754

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

Shades of Chelsea Cucumber #8AA754

Tints of Chelsea Cucumber #8AA754

Color information

#8AA754 (or 0x8AA754) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A7 and 54. RGB value is (138,167,84). Sum of RGB (Red+Green+Blue) = 138+167+84=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA754 is #7558AB. Grayscale: #959595. Windows color (decimal): -7690412 or 5547914. OLE color: 5547914.

HSL color Cylindrical-coordinate representation of color #8AA754: hue angle of 80.96º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AA754 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB13816784-
CMYK0.1700.500.35
HSL80.96º33.07%49.22%-
HSV(B)80.96º49.7%65.49%-
XYZ25.933.6813.52-
YUV148.8791.39120.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 167 (65.62% from 255) = 42.93%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=35.48%
G=42.93%
B=21.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167840.1700.500.3580.9633.0749.22
Hex8AA7541103223512131
Octal21224712421062431214161
Binary100010101010011110101001000101100101000111010001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,84); }

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

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

 a { background-color: rgb(138,167,84); }

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

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

 span { border-color: rgb(138,167,84); }

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