Html Css Color HEX #ACD670 Feijoa

📋 copy color: '#ACD670'

red 172 ◦ green 214 ◦ blue 112

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

Shades of Feijoa #ACD670

Tints of Feijoa #ACD670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 34.54%
G = 42.97%
B = 22.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#ACD670 (or 0xACD670) is known color: Feijoa. HEX triplet: AC, D6 and 70. RGB value is (172,214,112). Sum of RGB (Red+Green+Blue) = 172+214+112=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD670 is #53298F. Grayscale: #BEBEBE. Windows color (decimal): -5450128 or 7394988. OLE color: 7394988.

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

Color convert

RGB 172 214 112 -
CMYK 0.20 0 0.48 0.16
HSL 84.71º 0.55% 0.64% -
HSV(B) 84.71º 0.48% 0.84% -
XYZ 43.98 58.03 24.21 -
YUV 189.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 172 214 112 0.20 0 0.48 0.16 84.71 0.55 0.64
Hex AC D6 70 14 0 30 10 55 37 40
Octal 254 326 160 24 0 60 20 125 67 100
Binary 10101100 11010110 1110000 10100 0 110000 10000 1010101 110111 1000000

Color Harmonies of #ACD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD670

Black with #ACD670

Text Example


Text Example

White with #ACD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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