Html Css Color HEX #ACDF80 Feijoa

📋 copy color: '#ACDF80'

red 172 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #ACDF80

Tints of Feijoa #ACDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

 BLUE value IS 128 (50.39% from 255) = 24.47%

R = 32.89%
G = 42.64%
B = 24.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#ACDF80 (or 0xACDF80) is known color: Feijoa. HEX triplet: AC, DF and 80. RGB value is (172,223,128). Sum of RGB (Red+Green+Blue) = 172+223+128=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF80 is #53207F. Grayscale: #C5C5C5. Windows color (decimal): -5447808 or 8445868. OLE color: 8445868.

HSL color Cylindrical-coordinate representation of color #ACDF80: hue angle of 92.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACDF80 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 128 -
CMYK 0.23 0 0.43 0.13
HSL 92.21º 0.6% 0.69% -
HSV(B) 92.21º 0.43% 0.87% -
XYZ 47.3 63.1 30.11 -
YUV 196.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 172 223 128 0.23 0 0.43 0.13 92.21 0.6 0.69
Hex AC DF 80 17 0 2B D 5C 3C 45
Octal 254 337 200 27 0 53 15 134 74 105
Binary 10101100 11011111 10000000 10111 0 101011 1101 1011100 111100 1000101

Color Harmonies of #ACDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF80

Black with #ACDF80

Text Example


Text Example

White with #ACDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF80; }

 p { color: rgb(172,223,128); }

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

background-color css

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

 a { background-color: rgb(172,223,128); }

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

border-color css

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

 span { border-color: rgb(172,223,128); }

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