#8AB44A

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

Shades of Chelsea Cucumber #8AB44A

Tints of Chelsea Cucumber #8AB44A

Color information

#8AB44A (or 0x8AB44A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B4 and 4A. RGB value is (138,180,74). Sum of RGB (Red+Green+Blue) = 138+180+74=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB44A is #754BB5. Grayscale: #9B9B9B. Windows color (decimal): -7687094 or 4895882. OLE color: 4895882.

HSL color Cylindrical-coordinate representation of color #8AB44A: hue angle of 83.77º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AB44A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB13818074-
CMYK0.2300.590.29
HSL83.77º41.73%49.8%-
HSV(B)83.77º58.89%70.59%-
XYZ28.0438.5412.44-
YUV155.3682.09115.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 74 (29.30% from 255) = 18.88%
R=35.20%
G=45.92%
B=18.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138180740.2300.590.2983.7741.7349.8
Hex8AB44A1703B1D542a32
Octal21226411227073351245262
Binary10001010101101001001010101110111011111011010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,180,74); }

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

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

 a { background-color: rgb(138,180,74); }

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

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

 span { border-color: rgb(138,180,74); }

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