Html Css Color HEX #ACCF80 Feijoa

📋 copy color: '#ACCF80'

red 172 ◦ green 207 ◦ blue 128

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

Shades of Feijoa #ACCF80

Tints of Feijoa #ACCF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.83%

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

R = 33.93%
G = 40.83%
B = 25.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#ACCF80 (or 0xACCF80) is known color: Feijoa. HEX triplet: AC, CF and 80. RGB value is (172,207,128). Sum of RGB (Red+Green+Blue) = 172+207+128=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF80 is #53307F. Grayscale: #BBBBBB. Windows color (decimal): -5451904 or 8441772. OLE color: 8441772.

HSL color Cylindrical-coordinate representation of color #ACCF80: hue angle of 86.58º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACCF80 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 128 -
CMYK 0.17 0 0.38 0.19
HSL 86.58º 0.45% 0.66% -
HSV(B) 86.58º 0.38% 0.81% -
XYZ 43.22 54.95 28.75 -
YUV 187.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 172 207 128 0.17 0 0.38 0.19 86.58 0.45 0.66
Hex AC CF 80 11 0 26 13 57 2D 42
Octal 254 317 200 21 0 46 23 127 55 102
Binary 10101100 11001111 10000000 10001 0 100110 10011 1010111 101101 1000010

Color Harmonies of #ACCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF80

Black with #ACCF80

Text Example


Text Example

White with #ACCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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