Html Css Color HEX #ACD671 Feijoa

📋 copy color: '#ACD671'

red 172 ◦ green 214 ◦ blue 113

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

Shades of Feijoa #ACD671

Tints of Feijoa #ACD671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

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

R = 34.47%
G = 42.89%
B = 22.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#ACD671 (or 0xACD671) is known color: Feijoa. HEX triplet: AC, D6 and 71. RGB value is (172,214,113). Sum of RGB (Red+Green+Blue) = 172+214+113=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD671 is #53298E. Grayscale: #BEBEBE. Windows color (decimal): -5450127 or 7460524. OLE color: 7460524.

HSL color Cylindrical-coordinate representation of color #ACD671: hue angle of 84.95º degrees, saturation: 0.55, 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 #ACD671 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 113 -
CMYK 0.20 0 0.47 0.16
HSL 84.95º 0.55% 0.64% -
HSV(B) 84.95º 0.47% 0.84% -
XYZ 44.04 58.06 24.51 -
YUV 189.93 84.59 115.21 -
System Red Green Blue C M Y K H S L
Decimal 172 214 113 0.20 0 0.47 0.16 84.95 0.55 0.64
Hex AC D6 71 14 0 2F 10 55 37 40
Octal 254 326 161 24 0 57 20 125 67 100
Binary 10101100 11010110 1110001 10100 0 101111 10000 1010101 110111 1000000

Color Harmonies of #ACD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD671

Black with #ACD671

Text Example


Text Example

White with #ACD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD671; }

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

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

background-color css

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

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

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

border-color css

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

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

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