Html Css Color HEX #80A248 Chelsea Cucumber

📋 copy color: '#80A248'

red 128 ◦ green 162 ◦ blue 72

#80A248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #80A248

Tints of Chelsea Cucumber #80A248

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 value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#80A248 (or 0x80A248) is known color: 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

RGB 128 162 72 -
CMYK 0.21 0 0.56 0.36
HSL 82.67º 0.38% 0.46% -
HSV(B) 82.67º 0.56% 0.64% -
XYZ 22.99 30.9 10.88 -
YUV 141.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 128 162 72 0.21 0 0.56 0.36 82.67 0.38 0.46
Hex 80 A2 48 15 0 38 24 53 26 2E
Octal 200 242 110 25 0 70 44 123 46 56
Binary 10000000 10100010 1001000 10101 0 111000 100100 1010011 100110 101110

Color Harmonies of #80A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A248

Black with #80A248

Text Example


Text Example

White with #80A248

Text Example


Text Example

HTML Codes & Css Web 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>