Html Css Color HEX #80AF46 Chelsea Cucumber

📋 copy color: '#80AF46'

red 128 ◦ green 175 ◦ blue 70

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

Shades of Chelsea Cucumber #80AF46

Tints of Chelsea Cucumber #80AF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.92%

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

R = 34.32%
G = 46.92%
B = 18.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#80AF46 (or 0x80AF46) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 46. RGB value is (128,175,70). Sum of RGB (Red+Green+Blue) = 128+175+70=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF46 is #7F50B9. Grayscale: #959595. Windows color (decimal): -8343738 or 4632448. OLE color: 4632448.

HSL color Cylindrical-coordinate representation of color #80AF46: hue angle of 86.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80AF46 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 70 -
CMYK 0.27 0 0.60 0.31
HSL 86.86º 0.43% 0.48% -
HSV(B) 86.86º 0.6% 0.69% -
XYZ 25.34 35.69 11.35 -
YUV 148.98 83.43 113.04 -
System Red Green Blue C M Y K H S L
Decimal 128 175 70 0.27 0 0.60 0.31 86.86 0.43 0.48
Hex 80 AF 46 1B 0 3C 1F 57 2B 30
Octal 200 257 106 33 0 74 37 127 53 60
Binary 10000000 10101111 1000110 11011 0 111100 11111 1010111 101011 110000

Color Harmonies of #80AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF46

Black with #80AF46

Text Example


Text Example

White with #80AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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