Html Css Color HEX #82AC3F Sushi

📋 copy color: '#82AC3F'

red 130 ◦ green 172 ◦ blue 63

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

Shades of Sushi #82AC3F

Tints of Sushi #82AC3F

RGB

 RED value IS 130 (51.17% from 255) = 35.62%

 GREEN value IS 172 (67.58% from 255) = 47.12%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 35.62%
G = 47.12%
B = 17.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#82AC3F (or 0x82AC3F) is known color: Sushi. HEX triplet: 82, AC and 3F. RGB value is (130,172,63). Sum of RGB (Red+Green+Blue) = 130+172+63=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AC3F is #7D53C0. Grayscale: #939393. Windows color (decimal): -8213441 or 4172930. OLE color: 4172930.

HSL color Cylindrical-coordinate representation of color #82AC3F: hue angle of 83.12º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82AC3F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 172 63 -
CMYK 0.24 0 0.63 0.33
HSL 83.12º 0.46% 0.46% -
HSV(B) 83.12º 0.63% 0.67% -
XYZ 24.86 34.61 10.07 -
YUV 147.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 130 172 63 0.24 0 0.63 0.33 83.12 0.46 0.46
Hex 82 AC 3F 18 0 3F 21 53 2E 2E
Octal 202 254 77 30 0 77 41 123 56 56
Binary 10000010 10101100 111111 11000 0 111111 100001 1010011 101110 101110

Color Harmonies of #82AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC3F

Black with #82AC3F

Text Example


Text Example

White with #82AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AC3F; }

 p { color: rgb(130,172,63); }

 H1.HeaderClassName
 {
   color: #82AC3F;
 }
 .AnyTagClassName
 {
   color: #82AC3F;
 }
</style>

background-color css

<style>
 a { background-color: #82AC3F; }

 a { background-color: rgb(130,172,63); }

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

border-color css

<style>
 span { border-color: #82AC3F; }

 span { border-color: rgb(130,172,63); }

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