Html Css Color HEX #ACFF82 Feijoa

📋 copy color: '#ACFF82'

red 172 ◦ green 255 ◦ blue 130

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

Shades of Feijoa #ACFF82

Tints of Feijoa #ACFF82

RGB

 RED value IS 172 (67.58% from 255) = 30.88%

 GREEN value IS 255 (100% from 255) = 45.78%

 BLUE value IS 130 (51.17% from 255) = 23.34%

R = 30.88%
G = 45.78%
B = 23.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#ACFF82 (or 0xACFF82) is known color: Feijoa. HEX triplet: AC, FF and 82. RGB value is (172,255,130). Sum of RGB (Red+Green+Blue) = 172+255+130=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFF82 is #53007D. Grayscale: #D8D8D8. Windows color (decimal): -5439614 or 8585132. OLE color: 8585132.

HSL color Cylindrical-coordinate representation of color #ACFF82: hue angle of 99.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACFF82 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 130 -
CMYK 0.33 0 0.49 0
HSL 99.84º 1% 0.75% -
HSV(B) 99.84º 0.49% 1% -
XYZ 56.8 81.9 33.93 -
YUV 215.93 79.5 96.66 -
System Red Green Blue C M Y K H S L
Decimal 172 255 130 0.33 0 0.49 0 99.84 1 0.75
Hex AC FF 82 21 0 31 0 64 64 4B
Octal 254 377 202 41 0 61 0 144 144 113
Binary 10101100 11111111 10000010 100001 0 110001 0 1100100 1100100 1001011

Color Harmonies of #ACFF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF82

Black with #ACFF82

Text Example


Text Example

White with #ACFF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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