#80A248

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

Shades of Chelsea Cucumber #80A248

Tints of Chelsea Cucumber #80A248

Color information

#80A248 (or 0x80A248) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A2 and 48. RGB value is (128,162,72). Sum of RGB (Red+Green+Blue) = 128+162+72=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #80A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A248 is #7F5DB7. Grayscale: #8D8D8D. Windows color (decimal): -8347064 or 4760192. OLE color: 4760192.

HSL color Cylindrical-coordinate representation of color #80A248: hue angle of 82.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80A248 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB12816272-
CMYK0.2100.560.36
HSL82.67º38.46%45.88%-
HSV(B)82.67º55.56%63.53%-
XYZ22.9930.910.88-
YUV141.5788.74118.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=35.36%
G=44.75%
B=19.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128162720.2100.560.3682.6738.4645.88
Hex80A248150382453262e
Octal20024211025070441234656
Binary100000001010001010010001010101110001001001010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A248; }

 p { color: rgb(128,162,72); }

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

<style>
 a { background-color: #80A248; }

 a { background-color: rgb(128,162,72); }

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

<style>
 span { border-color: #80A248; }

 span { border-color: rgb(128,162,72); }

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