Html Css Color HEX #ACD677 Feijoa

📋 copy color: '#ACD677'

red 172 ◦ green 214 ◦ blue 119

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

Shades of Feijoa #ACD677

Tints of Feijoa #ACD677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.56%

R = 34.06%
G = 42.38%
B = 23.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#ACD677 (or 0xACD677) is known color: Feijoa. HEX triplet: AC, D6 and 77. RGB value is (172,214,119). Sum of RGB (Red+Green+Blue) = 172+214+119=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD677 is #532988. Grayscale: #BEBEBE. Windows color (decimal): -5450121 or 7853740. OLE color: 7853740.

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

Color convert

RGB 172 214 119 -
CMYK 0.20 0 0.44 0.16
HSL 86.53º 0.54% 0.65% -
HSV(B) 86.53º 0.44% 0.84% -
XYZ 44.39 58.2 26.35 -
YUV 190.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 172 214 119 0.20 0 0.44 0.16 86.53 0.54 0.65
Hex AC D6 77 14 0 2C 10 57 36 41
Octal 254 326 167 24 0 54 20 127 66 101
Binary 10101100 11010110 1110111 10100 0 101100 10000 1010111 110110 1000001

Color Harmonies of #ACD677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD677

Black with #ACD677

Text Example


Text Example

White with #ACD677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD677; }

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

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

background-color css

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

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

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

border-color css

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

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

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