Html Css Color HEX #ACD672 Feijoa

📋 copy color: '#ACD672'

red 172 ◦ green 214 ◦ blue 114

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

Shades of Feijoa #ACD672

Tints of Feijoa #ACD672

RGB

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

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

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

R = 34.4%
G = 42.8%
B = 22.8%

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

#ACD672 (or 0xACD672) is known color: Feijoa. HEX triplet: AC, D6 and 72. RGB value is (172,214,114). Sum of RGB (Red+Green+Blue) = 172+214+114=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD672 is #53298D. Grayscale: #BEBEBE. Windows color (decimal): -5450126 or 7526060. OLE color: 7526060.

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

Color convert

RGB 172 214 114 -
CMYK 0.20 0 0.47 0.16
HSL 85.2º 0.55% 0.64% -
HSV(B) 85.2º 0.47% 0.84% -
XYZ 44.1 58.08 24.81 -
YUV 190.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 172 214 114 0.20 0 0.47 0.16 85.2 0.55 0.64
Hex AC D6 72 14 0 2F 10 55 37 40
Octal 254 326 162 24 0 57 20 125 67 100
Binary 10101100 11010110 1110010 10100 0 101111 10000 1010101 110111 1000000

Color Harmonies of #ACD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD672

Black with #ACD672

Text Example


Text Example

White with #ACD672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD672; }

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

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

background-color css

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

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

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

border-color css

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

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

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