Html Css Color HEX #ACD772 Feijoa

📋 copy color: '#ACD772'

red 172 ◦ green 215 ◦ blue 114

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

Shades of Feijoa #ACD772

Tints of Feijoa #ACD772

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 34.33%
G = 42.91%
B = 22.75%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#ACD772 (or 0xACD772) is known color: Feijoa. HEX triplet: AC, D7 and 72. RGB value is (172,215,114). Sum of RGB (Red+Green+Blue) = 172+215+114=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD772 is #53288D. Grayscale: #BEBEBE. Windows color (decimal): -5449870 or 7526316. OLE color: 7526316.

HSL color Cylindrical-coordinate representation of color #ACD772: hue angle of 85.54º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD772 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 114 -
CMYK 0.2 0 0.47 0.16
HSL 85.54º 0.56% 0.65% -
HSV(B) 85.54º 0.47% 0.84% -
XYZ 44.35 58.59 24.89 -
YUV 190.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 172 215 114 0.2 0 0.47 0.16 85.54 0.56 0.65
Hex AC D7 72 14 0 2F 10 56 38 41
Octal 254 327 162 24 0 57 20 126 70 101
Binary 10101100 11010111 1110010 10100 0 101111 10000 1010110 111000 1000001

Color Harmonies of #ACD772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD772

Black with #ACD772

Text Example


Text Example

White with #ACD772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD772; }

 p { color: rgb(172,215,114); }

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

background-color css

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

 a { background-color: rgb(172,215,114); }

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

border-color css

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

 span { border-color: rgb(172,215,114); }

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