#8AB445

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

Shades of Chelsea Cucumber #8AB445

Tints of Chelsea Cucumber #8AB445

Color information

#8AB445 (or 0x8AB445) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B4 and 45. RGB value is (138,180,69). Sum of RGB (Red+Green+Blue) = 138+180+69=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB445 is #754BBA. Grayscale: #9B9B9B. Windows color (decimal): -7687099 or 4568202. OLE color: 4568202.

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

Color convert

RGB13818069-
CMYK0.2300.620.29
HSL82.7º44.58%48.82%-
HSV(B)82.7º61.67%70.59%-
XYZ27.8838.4811.59-
YUV154.7979.59116.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=35.66%
G=46.51%
B=17.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138180690.2300.620.2982.744.5848.82
Hex8AB4451703E1D532d31
Octal21226410527076351235561
Binary10001010101101001000101101110111110111011010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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