Html Css Color HEX #ACD771 Feijoa

📋 copy color: '#ACD771'

red 172 ◦ green 215 ◦ blue 113

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

Shades of Feijoa #ACD771

Tints of Feijoa #ACD771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 34.4%
G = 43%
B = 22.6%

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

#ACD771 (or 0xACD771) is known color: Feijoa. HEX triplet: AC, D7 and 71. RGB value is (172,215,113). Sum of RGB (Red+Green+Blue) = 172+215+113=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD771 is #53288E. Grayscale: #BEBEBE. Windows color (decimal): -5449871 or 7460780. OLE color: 7460780.

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

Color convert

RGB 172 215 113 -
CMYK 0.2 0 0.47 0.16
HSL 85.29º 0.56% 0.64% -
HSV(B) 85.29º 0.47% 0.84% -
XYZ 44.29 58.56 24.59 -
YUV 190.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 172 215 113 0.2 0 0.47 0.16 85.29 0.56 0.64
Hex AC D7 71 14 0 2F 10 55 38 40
Octal 254 327 161 24 0 57 20 125 70 100
Binary 10101100 11010111 1110001 10100 0 101111 10000 1010101 111000 1000000

Color Harmonies of #ACD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD771

Black with #ACD771

Text Example


Text Example

White with #ACD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD771; }

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

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

background-color css

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

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

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

border-color css

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

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

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