Html Css Color HEX #ACDF76 Feijoa

📋 copy color: '#ACDF76'

red 172 ◦ green 223 ◦ blue 118

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

Shades of Feijoa #ACDF76

Tints of Feijoa #ACDF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23%

R = 33.53%
G = 43.47%
B = 23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#ACDF76 (or 0xACDF76) is known color: Feijoa. HEX triplet: AC, DF and 76. RGB value is (172,223,118). Sum of RGB (Red+Green+Blue) = 172+223+118=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF76 is #532089. Grayscale: #C4C4C4. Windows color (decimal): -5447818 or 7790508. OLE color: 7790508.

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

Color convert

RGB 172 223 118 -
CMYK 0.23 0 0.47 0.13
HSL 89.14º 0.62% 0.67% -
HSV(B) 89.14º 0.47% 0.87% -
XYZ 46.67 62.85 26.81 -
YUV 195.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 172 223 118 0.23 0 0.47 0.13 89.14 0.62 0.67
Hex AC DF 76 17 0 2F D 59 3E 43
Octal 254 337 166 27 0 57 15 131 76 103
Binary 10101100 11011111 1110110 10111 0 101111 1101 1011001 111110 1000011

Color Harmonies of #ACDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF76

Black with #ACDF76

Text Example


Text Example

White with #ACDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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