Html Css Color HEX #80A946 Chelsea Cucumber

📋 copy color: '#80A946'

red 128 ◦ green 169 ◦ blue 70

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

Shades of Chelsea Cucumber #80A946

Tints of Chelsea Cucumber #80A946

RGB

 RED value IS 128 (50.39% from 255) = 34.88%

 GREEN value IS 169 (66.41% from 255) = 46.05%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 34.88%
G = 46.05%
B = 19.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#80A946 (or 0x80A946) is known color: Chelsea Cucumber. HEX triplet: 80, A9 and 46. RGB value is (128,169,70). Sum of RGB (Red+Green+Blue) = 128+169+70=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #80A946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A946 is #7F56B9. Grayscale: #919191. Windows color (decimal): -8345274 or 4630912. OLE color: 4630912.

HSL color Cylindrical-coordinate representation of color #80A946: hue angle of 84.85º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80A946 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 169 70 -
CMYK 0.24 0 0.59 0.34
HSL 84.85º 0.41% 0.47% -
HSV(B) 84.85º 0.59% 0.66% -
XYZ 24.2 33.41 10.97 -
YUV 145.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 128 169 70 0.24 0 0.59 0.34 84.85 0.41 0.47
Hex 80 A9 46 18 0 3B 22 55 29 2F
Octal 200 251 106 30 0 73 42 125 51 57
Binary 10000000 10101001 1000110 11000 0 111011 100010 1010101 101001 101111

Color Harmonies of #80A946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A946

Black with #80A946

Text Example


Text Example

White with #80A946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,169,70); }

 H1.HeaderClassName
 {
   color: #80A946;
 }
 .AnyTagClassName
 {
   color: #80A946;
 }
</style>

background-color css

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

 a { background-color: rgb(128,169,70); }

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

border-color css

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

 span { border-color: rgb(128,169,70); }

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